Result

액션바 이벤트의 처리 결과 반환 타입입니다.

  • SHOW: 액션바 메시지를 정상적으로 처리합니다.

  • BLOCK: 액션바 메시지가 화면에서 가려집니다. (이후 이벤트 리스너들은 정상적으로 작동합니다.)

Entries

Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

여러 이벤트 결과를 병합하는 함수를 제공합니다.

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.