PICO Platform Unity SDK
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules Pages
PresenceOptions Class Reference

Public Member Functions

void SetDestinationApiName (string value)
 Sets a destination for the current logged-in user. More...
 
void SetIsJoinable (bool value)
 Sets whether the current logged-in user is joinable. More...
 
void SetLobbySessionId (string value)
 Sets a lobby session ID for the current logged-in user. More...
 
void SetMatchSessionId (string value)
 Sets a match session ID for the current logged-in user. More...
 
void SetExtra (string value)
 Sets extra presence data for the current logged-in user. More...
 

Static Public Member Functions

static operator IntPtr (PresenceOptions options)
 For passing to native C.
 

Member Function Documentation

◆ SetDestinationApiName()

void SetDestinationApiName ( string  value)
inline

Sets a destination for the current logged-in user.

Parameters
valueThe API name of the destination.

◆ SetIsJoinable()

void SetIsJoinable ( bool  value)
inline

Sets whether the current logged-in user is joinable.

Parameters
value
  • true: joinable
  • false: not joinable

◆ SetLobbySessionId()

void SetLobbySessionId ( string  value)
inline

Sets a lobby session ID for the current logged-in user.

Parameters
valueThe lobby session ID.

◆ SetMatchSessionId()

void SetMatchSessionId ( string  value)
inline

Sets a match session ID for the current logged-in user.

Parameters
valueThe match session ID.

◆ SetExtra()

void SetExtra ( string  value)
inline

Sets extra presence data for the current logged-in user.

Parameters
valueExtra presence data defined by the developer.