UIApplication.ApplicationIconBadgeNumber 属性

定义

要显示为应用程序锁屏提醒编号的数值。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint ApplicationIconBadgeNumber { [Foundation.Export("applicationIconBadgeNumber")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setApplicationIconBadgeNumber:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ApplicationIconBadgeNumber : nint with get, set

属性值

System.System.IntPtr System.nativeint
属性

注解

如果此值为零,则不显示锁屏提醒。 如果此值不为零,则操作系统会将该值显示为应用程序的图标上的锁屏提醒。

从 iOS 8.0 开始,应用程序需要注册用户通知才能设置应用程序图标锁屏提醒编号。   为此, RegisterUserNotificationSettings(UIUserNotificationSettings)请调用 。

适用于