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 Name | Usage Information |
---|---|
EOS_HAchievements Handle | |
const EOS_Achievements_AddNotifyAchievementsUnlockedOptions* Options | Structure containing information about the achievement unlocked notification |
void* ClientData | Arbitrary data that is passed back to you in the CompletionDelegate |
const EOS_Achievements_OnAchievementsUnlockedCallback NotificationFn | A callback that is fired when an achievement unlocked notification for a user has been received |