registerPermission

abstract fun registerPermission(@NotNull permission: @NotNull String)

Registers a permission that will be synchronized with the client API.

Parameters

permission

The permission to register.

Throws

if the permission is already registered.