You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|ApplicationId| Int64 | your application id - this is a read-only field|
592
-
|Name| string | name of the application - this is a read-only field|
593
-
|State| string | the player's current party status|
594
-
|Details| string | what the player is currently doing |
595
-
|Timestamps|[ActivityTimestamps](/docs/developer-tools/game-sdk#activitytimestamps-struct)| helps create elapsed/remaining timestamps on a player's profile |
596
-
|Assets|[ActivityAssets](/docs/developer-tools/game-sdk#activityassets-struct)| assets to display on the player's profile |
597
-
|Party|[ActivityParty](/docs/developer-tools/game-sdk#activityparty-struct)| information about the player's party |
598
-
|Secrets|[ActivitySecrets](/docs/developer-tools/game-sdk#activitysecrets-struct)| secret passwords for joining and spectating the player's game |
599
-
|Instance| bool | whether this activity is an instanced context, like a match |
|applicationId| Int64 | your application id - this is a read-only field |
592
+
|name| string | name of the application - this is a read-only field |
593
+
|state| string | the player's current party status |
594
+
|details| string| null| what the player is currently doing |
595
+
|timestamps|[ActivityTimestamps](/docs/developer-tools/game-sdk#activitytimestamps-struct)| null| helps create elapsed/remaining timestamps on a player's profile |
596
+
|assets|[ActivityAssets](/docs/developer-tools/game-sdk#activityassets-struct)| null| assets to display on the player's profile |
597
+
|party|[ActivityParty](/docs/developer-tools/game-sdk#activityparty-struct)| null| information about the player's party |
598
+
|secrets|[ActivitySecrets](/docs/developer-tools/game-sdk#activitysecrets-struct)| null| secret passwords for joining and spectating the player's game |
599
+
|instance| bool| null| whether this activity is an instanced context, like a match |
0 commit comments