Table of Contents

Enum UISessionsMatchmakingMenu.OwnSessionInvitationAbilityState

An enum to record the local state of whether the local user can invite users to their Session. OwnInvitationState

protected enum UISessionsMatchmakingMenu.OwnSessionInvitationAbilityState

Fields

InvalidSessionToInviteTo = 1

Indicates the user has joined a Session, but for some reason it can't have invitations sent for it.

NoSessionToInviteTo = 0

Indicates the user has not joined any Session, therefore can't invite anyone.

ValidSessionToInviteTo = 2

Indicates the user has joined a Session that can have invitations sent for it correctly.