AuthV4MaintenanceActionType

점검 화면에서 버튼을 눌렀을때 동작될 행동
Actions to be taken when a button is pressed on the maintenance popup.


korean

  • OPEN_URL : 외부 브라우저로 전달된 URL 을 실행

  • EXIT : 앱 종료

  • DONE : 아무 처리 하지 않고 점검 팝업 종료


english

  • OPEN_URL : Open URL passed to external browser

  • EXIT : Exit App

  • DONE : Close the popup without any action

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
val value: Int

Inherited properties

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.