Auth V4Maintenance Info
서버 점검 및 업데이트 상태 표시 정보
Server Maintenance and Update status display information
korean
title : 점검 제목message : 점검 내용
button : 버튼의 Text 문구 ex) 확인
action : 버튼을 눌렀을때 동작될 행동
url : action 이 OPEN_URL 일 경우에 브라우징 될 URL
remainingTime : EXIT 일 경우 점검 완료까지 남은 초단위 시간. 시간은 실시간 갱신되며 0초가 되면 앱 종료
startDate : 점검시작일 YYYY-mm-dd HH:ii
endDate : 점검종료일 YYYY-mm-dd HH:ii
english
title : Titlemessage : Contents
button : Text on the button ex) OK
action : Actions to be taken when the button is pressed
url : URL to be browsed when action is OPEN_URL
remainingTime : When action is EXIT, the time in seconds remaining until the maintenance completes. The time is updated in real time, and the app will be closed at 0 seconds.
startDate : start time YYYY-mm-dd HH:ii
endDate : end time YYYY-mm-dd HH:ii
Constructors
Link copied to clipboard
constructor(type: Int, title: String, message: String, button: String, action: AuthV4.AuthV4MaintenanceActionType, url: String, remainingTime: Int, startDate: String, endDate: String)