ClanMemberRole

Represents the ClanMemberRole enum class of the Clash of Clans API.

Entries

Link copied to clipboard
@SerializedName(value = "notMember")
NOT_MEMBER

The player is not a member of the clan.

Link copied to clipboard
@SerializedName(value = "member")
MEMBER

The player is a regular member of the clan.

Link copied to clipboard
@SerializedName(value = "admin")
ADMIN

The player is an admin in the clan (elder).

Link copied to clipboard
@SerializedName(value = "coLeader")
CO_LEADER

The player is a co-leader in the clan.

Link copied to clipboard
@SerializedName(value = "leader")
LEADER

The player is the leader of the clan.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.