| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Class and Description |
|---|---|
class |
UIMutableUserNotificationCategory
UIMutableUserNotificationCategory class defines an object that holds
information related to customized actions in response to local or push
notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Set<UIUserNotificationCategory> |
UIUserNotificationSettings.categories()
Returns the group of actions for this app.
|
| Modifier and Type | Method and Description |
|---|---|
static UIUserNotificationSettings |
UIUserNotificationSettings.settingsForTypes(int UIUserNotificationType,
Set<UIUserNotificationCategory> categories)
Constructs and returns a UIUserNotificationSettings object for the
specified notification type and set of categories.
|
Copyright © 2020. All rights reserved.