Enum Role

Role

Possible roles of a user within a group, such as owner or ordinary member. Users subscribed to a group have exactly one role within the context of that group.

To call an enum, you call its parent class, name, and property. For example, GroupsApp.Role.OWNER.

See also

Properties

PropertyTypeDescription
OWNEREnumThe owner of a group.
MANAGEREnumThe manager of a group.
MEMBEREnumA user who is a member of this group but is neither an owner nor a manager.
INVITEDEnumA user who has been invited to join a group by an owner or manager of the group but who has not yet accepted the invitation.
PENDINGEnumA user who has requested to join a group but who has not yet been approved by an owner or manager.