|
| enum class | EUserPresenceStatus : uint8 { Unknow
, OnLine
, OffLine
} |
| | User's current online status. More...
|
| |
| enum class | EUserGender : uint8 { Unknow
, Male
, Female
} |
| | User's gender. More...
|
| |
| enum class | ELaunchType : uint8 {
Unknown
, Normal
, RoomInvite
, Deeplink
,
ChallengeInvite
} |
| | App launch type. More...
|
| |
| enum class | ELaunchResult : uint8 |
| | App launch result.
|
| |
| enum class | ERoomType : uint8 { TypeUnknown
, TypeMatchmaking
, TypeModerated
, TypePrivate
} |
| | The type of room you can create. More...
|
| |
| enum class | ERoomJoinPolicy : uint8 {
JoinPolicyNone
, JoinPolicyEveryone
, JoinPolicyFriendsOfMembers
, JoinPolicyFriendsOfOwner
,
JoinPolicyInvitedUsers
, JoinPolicyUnknown
} |
| | The join policy type of a room. More...
|
| |
| enum class | ERoomJoinabilit : uint8 {
JoinabilityUnknown
, JoinabilityAreIn
, JoinabilityAreKicked
, JoinabilityCanJoin
,
JoinabilityIsFull
, JoinabilityNoViewer
, JoinabilityPolicyPrevents
} |
| | The joinability of a room. More...
|
| |
| enum class | EOnJoinSessionCompleteResultPicoType : uint8 {
Success
, SessionIsFull
, SessionDoesNotExist
, CouldNotRetrieveAddress
,
AlreadyInSession
, UnknownError
} |
| | Error message for joining a session. More...
|
| |
| enum class | EOnlineSessionStatePicoType : uint8 {
NoSession
, Creating
, Pending
, Starting
,
InProgress
, Ending
, Ended
, Destroying
} |
| | The state of the session. More...
|
| |
| enum class | EPicoOnlineKeyValuePairDataType : uint8 |
| | The score type used in FOnlineLeaderboardPico.
|
| |
| enum class | ELeaderboardUpdateMethodPicoType : uint8 { KeepBest
, Force
} |
| | The update method type used in FOnlineLeaderboardPico. More...
|
| |
| enum class | ESportTarget : uint8 { None
, LoseFat
, KeepFit
} |
| | User's exercise goals. More...
|
| |
| enum class | EAchievementType : uint8 |
| | The type of the achievement.
|
| |
| enum class | EAchievementWritePolicy : uint8 { Unknown
, Client
, Server
} |
| | The write policy of the achievement. More...
|
| |
| enum class | EAssetFileDownloadCompleteStatus : uint8 { Downloading
, Succeed
, Failed
, Unkonw
} |
| | The status of the file in the file download process. More...
|
| |
| enum class | EShareMediaType : uint8 { Video
, Image
, None
} |
| | Share media type. More...
|
| |
| enum class | EShareAppTyp : uint8 { Douyin
, None
} |
| | Share to app type. More...
|
| |
| enum class | EChallengeCreationType : uint8 { Unknown
, UserCreated
, DeveloperCreated
} |
| | The creator of the challenge. More...
|
| |
| enum class | EChallengeVisibility : uint8 { Unknown
, InviteOnly
, Public
, Private
} |
| | The visibility type of the challenge. More...
|
| |
| enum class | EChallengeViewerFilter : uint8 {
Unknown
, AllVisible
, Participating
, Invited
,
ParticipatingOrInvited
} |
| | The challenge viewer filter. More...
|
| |
| enum class | ELeaderboardStartAt : uint8 { Top
, CenteredOnViewer
, CenteredOnViewerOrTop
, Unknown
} |
| | The type of sorting to use when getting leaderboard or challenge entries. More...
|
| |
| enum class | ELeaderboardFilterType : uint8 { None
, Friends
, Unknown
, UserIds
} |
| | The type of filter to use when using leaderboards or challenges. More...
|
| |
| enum class | EAddonsType : uint8 {
Invalid
, Durable
, Consumable
, Subscription
,
Unknown
} |
| | Add-on type. More...
|
| |
| enum class | EPeriodType : uint8 {
Invalid
, None
, Hour
, Day
,
Week
, Month
, Quarter
, Year
,
Unknown
} |
| | Subscription period type. More...
|
| |
| enum class | EDiscountType : uint8 {
Invalid
, Null
, FreeTrial
, Discount
,
Unknown
} |
| | Discount type. More...
|
| |
| enum class | EUserOrdering : uint8 |
| | User ordering.
|
| |
| enum class | ETimeWindow : uint8 |
| | Time window used in room options.
|
| |
| enum class | ERoomMembershipLockStatus : uint8 |
| | Room membership lock status.
|
| |
| enum class | EMatchmakingStatApproach : uint8 |
| | Matchmaking stat approach.
|
| |