SC_LocalAchievementsController_GetAchievementDateForAwardIdentifier()
Method returns the date on which the award associated with the given identifier was achieved.
Synopsis:
#include <scoreloop/sc_local_achievements_controller.h>
SC_String_h SC_LocalAchievementsController_GetAchievementDateForAwardIdentifier(SC_LocalAchievementsController_h self, const char *awardIdentifier)
Arguments:
- self
-
SC_LocalAchievementsController instance handle
- awardIdentifier
-
The unique reverse DNS string chosen by the developer and used by Scoreloop to identify the award.
Library:
libscoreloopcoreDescription:
This method returns the date on which the award associated with the given identifier was achieved.
Returns:
SC_String_h Returns the date on which the award was achieved. The parameter will be NULL if the award has not yet been achieved.