AuthMaintenanceInfo

open class AuthMaintenanceInfo : DataModel

서버 점검 및 업데이트 상태 표시 정보
Server maintenance and update status information

Constructors

Link copied to clipboard
constructor()
constructor(title: String, message: String, button: String, action: Auth.AuthMaintenanceActionType, url: String, remainingTime: Int)
constructor(title: String, message: String, button: String, action: Auth.AuthMaintenanceActionType, url: String, remainingTime: Int, customerButton: String, customerLink: String)
constructor(title: String, message: String, button: String, action: Auth.AuthMaintenanceActionType, url: String, remainingTime: Int, exButtons: List<Auth.AuthMaintenanceExtraButton>)
constructor(type: Int, title: String, message: String, button: String, action: Auth.AuthMaintenanceActionType, url: String, remainingTime: Int, exButtons: List<Auth.AuthMaintenanceExtraButton>, originResponse: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var type: Int
Link copied to clipboard
var url: String

Inherited functions

Link copied to clipboard
open fun toJSON(): JSONObject
Link copied to clipboard
fun toMap(): Map<String, Any>
Link copied to clipboard
open override fun toString(): String