UIRemoteNotifications extension

UIRemoteNotifications

on

Properties

registeredForRemoteNotifications bool

Available on UIApplication, provided by the UIRemoteNotifications extension

isRegisteredForRemoteNotifications
no setter

Methods

enabledRemoteNotificationTypes() UIRemoteNotificationType

Available on UIApplication, provided by the UIRemoteNotifications extension

enabledRemoteNotificationTypes
registerForRemoteNotifications() → void

Available on UIApplication, provided by the UIRemoteNotifications extension

registerForRemoteNotifications
registerForRemoteNotificationTypes(UIRemoteNotificationType types) → void

Available on UIApplication, provided by the UIRemoteNotifications extension

registerForRemoteNotificationTypes:
unregisterForRemoteNotifications() → void

Available on UIApplication, provided by the UIRemoteNotifications extension

unregisterForRemoteNotifications