| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
UIUserNotificationSettings |
UIApplication.currentUserNotificationSettings()
Returns the current notification settings.
|
static UIUserNotificationSettings |
UIUserNotificationSettings.settingsForTypes(int UIUserNotificationType,
Set<UIUserNotificationCategory> categories)
Constructs and returns a UIUserNotificationSettings object for the
specified notification type and set of categories.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
UIApplicationDelegate.didRegisterUserNotificationSettings(UIApplication application,
UIUserNotificationSettings notificationSettings)
Deprecated.
|
void |
UIApplication.registerUserNotificationSettings(UIUserNotificationSettings notificationSettings)
Deprecated.
|
Copyright © 2020. All rights reserved.