Share via


UIApplication.IsRegisteredForRemoteNotifications 屬性

定義

指出應用程式是否已註冊遠端通知。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool IsRegisteredForRemoteNotifications { [Foundation.Export("isRegisteredForRemoteNotifications")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.IsRegisteredForRemoteNotifications : bool

屬性值

布林值,指出應用程式目前是否已註冊遠端通知。

屬性

適用於