UIRemoteNotifications extension

UIRemoteNotifications

on

Properties

isRegisteredForRemoteNotifications bool

Available on UIApplication, provided by the UIRemoteNotifications extension

isRegisteredForRemoteNotifications
no setter

Methods

enabledRemoteNotificationTypes() int

Available on UIApplication, provided by the UIRemoteNotifications extension

enabledRemoteNotificationTypes
registerForRemoteNotifications() → void

Available on UIApplication, provided by the UIRemoteNotifications extension

registerForRemoteNotifications
registerForRemoteNotificationTypes(int types) → void

Available on UIApplication, provided by the UIRemoteNotifications extension

registerForRemoteNotificationTypes:
unregisterForRemoteNotifications() → void

Available on UIApplication, provided by the UIRemoteNotifications extension

unregisterForRemoteNotifications