nnfriendsMatchmakeSystemType Enumerated Typeenum nnfriendsMatchmakeSystemType;
| Value | Description |
|---|---|
NN_FRIENDS_MATCHMAKE_SYSTEM_TYPE_INVALID |
Invalid value. |
NN_FRIENDS_MATCHMAKE_SYSTEM_TYPE_ANYBODY |
Indicates that participation is being accepted for anybody, not just friends. |
NN_FRIENDS_MATCHMAKE_SYSTEM_TYPE_FRIEND |
Indicates that participation is being accepted only for friends of the group owner. |
NN_FRIENDS_MATCHMAKE_SYSTEM_TYPE_FRIEND_INVITED |
Indicates that participation is being accepted only for friends of the group owner who have received an invitation. |
NN_FRIENDS_MATCHMAKE_SYSTEM_TYPE_INVITED |
Indicates that participation is being accepted only for users who have received an invitation from a group participant. |
Enumerated type representing conditions on allowing participation.
CONFIDENTIAL