Trigger API Reference\DCEI Functions\PartyEvent

void PartyEvent.GetEvent(TypedCallback callback)

void PartyEvent.GetEvent(TypedCallback callback)

Description

Parameters

Example Usage

void PartyEvent.PostScore(string eventId, double score, TypedCallback callback)

void PartyEvent.PostScore(string eventId, double score, TypedCallback callback)

Description

Parameters

Example Usage

void PartyEvent.GetLeaderboard(string eventId, TypedCallback callback)

void PartyEvent.GetLeaderboard(string eventId, TypedCallback callback)

Description

Parameters

Example Usage

void PartyEvent.LikePlayer(string eventId, string likedUuid, TypedCallback callback)

void PartyEvent.LikePlayer(string eventId, string likedUuid, TypedCallback callback)

Description

Parameters

Example Usage

void PartyEvent.PostNotification(string eventId, string payload, TypedCallback callback)

void PartyEvent.PostNotification(string eventId, string payload, TypedCallback callback)

Description

Parameters

Example Usage

void PartyEvent.GetNotifications(string eventId, int lastNotificationId, TypedCallback callback)

void PartyEvent.GetNotifications(string eventId, int lastNotificationId, TypedCallback callback)

Description

Parameters

Example Usage