MetaPlatformSDK_PartyUpdateNotification
Inherits: RefCounted
Represents a notification about an update to a party.
Description
Represents a notification about an update to a party.
Properties
|
||
int |
|
|
int |
|
|
String |
|
|
String |
|
|
int |
|
|
String |
|
Property Descriptions
PartyUpdateAction action = 0
PartyUpdateAction get_action ( )
The type of action related to the party and user that this notification holds.
int party_id = 0
int get_party_id ( )
The ID of the party that will be updated.
int sender_id = 0
int get_sender_id ( )
The id of the MetaPlatformSDK_User who initiated the action that this party update status notification is in reference to.
String update_timestamp = ""
String get_update_timestamp ( )
A timestamp denoting when the party action occurred that this status update notification refers to.
String user_alias = ""
String get_user_alias ( )
The alias of the MetaPlatformSDK_User whose party status has changed. This is an alias that is set by the user.
int user_id = 0
int get_user_id ( )
The ID of the user, whose party status has changed.
String user_name = ""
String get_user_name ( )
The displayable name of the MetaPlatformSDK_User whose party status has changed.