Namespace YVR.Platform
Classes
Account
Encapsulate functions of account request
AccountData
Encapsulate properties of account data
Achievement
Encapsulate functions of achievement request
AchievementDefinition
Encapsulate properties of achievement definition data
AchievementDefinitionList
The storage of achievement definition data
AchievementProgress
Encapsulate properties of achievement progress data
AchievementProgressList
The storage of achievement progress data
Deeplink
Encapsulate functions of deeplink request
DeserializableList<T>
Entitlement
Encapsulate properties of Entitlement
Friend
Encapsulate properties of friend
FriendInfo
Encapsulate properties of friend info
Friends
Encapsulate functions of friends request
FriendsList
The storage of friend data
IAP
IAPProduct
Encapsulate properties of IAP product
IAPProductList
The storage of IAP product data
IAPPurchaseInfo
Encapsulate properties of IAP purchase info
IAPPurchasedProduct
IAPPurchasedProductList
The storage of IAP purchased product data
Leaderboard
Encapsulate functions of LeaderBoard request
LeaderboardByPage
Leaderboard by page request data
LeaderboardByRank
Leaderboard by rank request data
LeaderboardEntry
Encapsulate properties of leaderboard entry
LeaderboardEntryInfo
Leaderboard entry info
LeaderboardInfo
Encapsulate properties of Leaderboard info
PlatformCore
Encapsulate functions of account Entitlement
PlatformExtension
The extensions class of platform sdk
Sport
SportDailySummary
The summary of daily sport info. Users' daily sports info is recorded in the local database. This structure indicates the sports info generated someday.
SportDailySummaryList
Each element is SportDailySummary
SportSummary
User's sport summary of today.
SportUserInfo
The user's sport info.
YVRCallback
The manager of requests and messages
YVRCallbackRunner
Runs callback automatically
YVREntitledManager
YVRError
Encapsulate properties of message error
YVRMessage
Base class of yvrmessage class
YVRMessageAccount
Generics class of yvrmessage class with the data type : AccountData
YVRMessageAchievementDefinitionList
Generics class of yvrmessage class with the data type : AchievementDefinitionList
YVRMessageAchievementProgressList
Generics class of yvrmessage class with the data type : AchievementProgressList
YVRMessageEntitlement
Generics class of yvrmessage class with the data type : Entitlement
YVRMessageFriendInfo
Generics class of yvrmessage class with the data type : FriendInfo
YVRMessageFriendsList
Generics class of yvrmessage class with the data type : FriendsList
YVRMessageIAPProducts
YVRMessageIAPPurchaseInfo
YVRMessageIAPPurchasedProducts
YVRMessageLeaderboardData
YVRMessageSportDailySummary
YVRMessageSportSummary
YVRMessageSportUserInfo
YVRMessage<T>
Generics class of yvrmessage class
YVRPlatform
Encapsulate all android API
YVRRequest
Base class of yvrrequest class
YVRRequest<T>
Generics class of yvrrequest class
Enums
LeaderboardDataDirection
LeaderboardPageType
LeaderboardSortType
LeaderboardUpdatePolicy
YVRError.ErrorCode
Enum of error code
Delegates
YVRMessage.Callback
Execute callback function when handle message
YVRMessage<T>.Callback
Execute callback function when handle message