CKNotificationInfo.AlertLocalizationArgs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an array of strings that correspond to field names in the record that triggered the notification. Used for substitution into alert format strings.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] AlertLocalizationArgs { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("alertLocalizationArgs", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setAlertLocalizationArgs:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.AlertLocalizationArgs : string[] with get, set
Property Value
String[]
(More documentation for this node is coming)
This value can be null
.
- Attributes