UNNotificationContent.Badge 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 the number to display in the app's icon badge.
public virtual Foundation.NSNumber Badge { [Foundation.Export("badge", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Badge : Foundation.NSNumber
Property Value
The number to display in the app's icon badge.
This value can be null
.
- Attributes