Contents

partyCode

If the game supports party code, this is the party code that can be shared among players to join the party.

Declaration

var partyCode: String? { get }

Mentioned in

Discussion

If the game doesn’t support party code, this value will be nil. Use start(definition:partyCode:) to create a game activity with a custom party code.

See Also

Getting and verifying the party code