struct ovrLeaderboard * |
const char * | ovr_Leaderboard_GetApiName ( const ovrLeaderboardHandle obj ) |
ovr_Leaderboard_GetDestination ( const ovrLeaderboardHandle obj ) | |
ovr_Leaderboard_GetID ( const ovrLeaderboardHandle obj ) The generated GUID of this leaderboard. |
typedef struct ovrLeaderboard* ovrLeaderboardHandle ( ) |
---|
No description available.
|
const char* ovr_Leaderboard_GetApiName ( const ovrLeaderboardHandle obj ) |
---|
The API name of this leaderboard. This is a unique string that your application will refer to this leaderboard in your app code. |
ovrDestinationHandle ovr_Leaderboard_GetDestination ( const ovrLeaderboardHandle obj ) |
---|
An optional Deep Link Destination, which means when a user clicks on the leaderboard, they will be taken to this in-app destination. This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it. |
ovrID ovr_Leaderboard_GetID ( const ovrLeaderboardHandle obj ) |
---|
The generated GUID of this leaderboard. |