Enum UpdateNotification
Specifies notification setting for the custom update. This can be 'NO_PUSH' or 'PUSH', and defaults to 'NO_PUSH'. Use push notification only for updates that are high-signal and immediately actionable for the recipients. Also note that push notification is not always guaranteed, depending on user setting and platform policies.
Namespace: Meta.InstantGames.v8
Assembly: Unity.Meta.InstantGames.Sdk.v8.dll
Syntax
public enum UpdateNotification
Fields
Name | Description |
---|---|
NO_PUSH | Don't push the notification. |
PUSH | Push the notification if possible. |