You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change.
/ Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change.
/ Arbitrary string that will be delivered with the message. Suggested use: JSON formatted object
3973
+
/ Numerical badge to display on App icon (iOS only)
3974
+
*/
3975
+
Badge: number;
3976
+
/**
3977
+
/ This must be a JSON formatted object. For use with developer-created custom Push Notification plugins
4012
3978
*/
4013
3979
CustomData?: string;
4014
3980
/**
4015
-
/ Icon file to display with the message
3981
+
/ Icon file to display with the message (Not supported for iOS)
4016
3982
*/
4017
3983
Icon?: string;
4018
3984
/**
4019
-
/ Content of the message
3985
+
/ Content of the message (all platforms)
4020
3986
*/
4021
3987
Message: string;
4022
3988
/**
4023
-
/ If set, represents a timestamp for when the device should display the message. Local format should be formatted as: yyyy-MM-dd HH:mm:ss or UTC timestamp formatted as yyyy-MM-ddTHH:mm:ssZ. Delivery is not delayed, scheduling is expected to be handled by the device.
3989
+
/ This field was solely for use with the PlayFab custom Push Plugin, which has been deprecated in favor of the supported platform-specific fields
4024
3990
*/
4025
3991
ScheduleDate?: string;
4026
3992
/**
4027
-
/ Sound file to play with the message
3993
+
/ Sound file to play with the message (all platforms)
4028
3994
*/
4029
3995
Sound?: string;
4030
3996
/**
4031
-
/ Title/Subject of the message
3997
+
/ Title/Subject of the message. Not supported for iOS
/ Defines all possible push attributes like message, title, icon, etc. Not fully supported for iOS devices.
4408
+
/ Defines all possible push attributes like message, title, icon, etc. Some parameters are device specific - please see the PushNotificationPackage documentation for details.
4443
4409
*/
4444
4410
Package?: PushNotificationPackage;
4445
4411
/**
4446
4412
/ PlayFabId of the recipient of the push notification.
4447
4413
*/
4448
4414
Recipient: string;
4449
4415
/**
4450
-
/ Subject of message to send (may not be displayed in all platforms.
4416
+
/ Subject of message to send (may not be displayed in all platforms)
0 commit comments