UTNotifications settings. Edit in Unity Editor: "Edit -> Project Settings -> UTNotifications"
More...
|
const string | Version = "1.6.1" |
|
const string | DEFAULT_PROFILE_NAME = "default" |
|
const string | DEFAULT_PROFILE_NAME_INTERNAL = "__default_profile" |
|
|
static Settings | Instance [get] |
|
List< NotificationProfile > | NotificationProfiles [get] |
|
string | PushPayloadTitleFieldName [get, set] |
|
string | PushPayloadTextFieldName [get, set] |
|
string | PushPayloadIdFieldName [get, set] |
|
string | PushPayloadUserDataParentFieldName [get, set] |
|
string | PushPayloadNotificationProfileFieldName [get, set] |
|
string | PushPayloadBadgeFieldName [get, set] |
|
bool | PushNotificationsEnabledIOS [get, set] |
|
bool | PushNotificationsEnabledFirebase [get, set] |
|
bool | PushNotificationsEnabledAmazon [get, set] |
|
bool | PushNotificationsEnabledWindows [get, set] |
|
TokenEncoding | IOSTokenEncoding [get, set] |
|
ShowNotifications | AndroidShowNotificationsMode [get, set] |
|
bool | AndroidRestoreScheduledNotificationsAfterReboot [get] |
|
NotificationsGroupingMode | AndroidNotificationsGrouping [get, set] |
|
bool | AndroidShowLatestNotificationOnly [get] |
|
string | FirebaseSenderID [get] |
|
bool | WindowsDontShowWhenRunning [get] |
|
UTNotifications settings. Edit in Unity Editor: "Edit -> Project Settings -> UTNotifications"
§ NotificationsGroupingMode
Enumerator |
---|
NONE | Don't group
|
BY_NOTIFICATION_PROFILES | Group by notifications profiles
|
FROM_USER_DATA | Use "notification_group" user data value as a grouping key
|
ALL_IN_A_SINGLE_GROUP | All the app's notifications will belong to a single group
|
The documentation for this class was generated from the following file:
- Assets/UTNotifications/Src/Settings.cs