UIApplication.IsRegisteredForRemoteNotifications Property

Definition

Indicates whether app is registered for remote notifications.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsRegisteredForRemoteNotifications { [Foundation.Export("isRegisteredForRemoteNotifications")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isRegisteredForRemoteNotifications")>]
member this.IsRegisteredForRemoteNotifications : bool

Property Value

A Boolean that indicates whether the app is currently registered for remote notifications.

Attributes

Applies to