EOS_Achievements_AddNotifyAchievementsUnlocked

EOS API reference page for EOS_Achievements_AddNotifyAchievementsUnlocked

1分で読めます

This function is part of the Achievements Interface.

Remarks

DEPRECATED! Use EOS_Achievements_AddNotifyAchievementsUnlockedV2 instead. Register to receive achievement unlocked notifications.

must call EOS_Achievements_RemoveNotifyAchievementsUnlocked to remove the notification

Return Value

handle representing the registered callback

See Also

EOS_Achievements_RemoveNotifyAchievementsUnlocked

Parameters

EOS_Achievements_AddNotifyAchievementsUnlocked

Parameter Type And NameUsage Information
EOS_HAchievements Handle
const EOS_Achievements_AddNotifyAchievementsUnlockedOptions* OptionsStructure containing information about the achievement unlocked notification
void* ClientDataArbitrary data that is passed back to you in the CompletionDelegate
const EOS_Achievements_OnAchievementsUnlockedCallback NotificationFnA callback that is fired when an achievement unlocked notification for a user has been received