Player.Command


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
annotation Player.Command


Commands that indicate which method calls are currently permitted on a particular Player instance.

The currently available commands can be inspected with getAvailableCommands and isCommandAvailable.

See the documentation of each command constant for the details of which methods it permits calling.

One of the following values: