Server Maintenance and Update status display information title : Title
message : 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
customButton : customer Button Title
customLink : customer Link
remainingTime : When action is EXIT, the time in seconds remaining until the maintenance completes.
More...
#include <HIVE_AuthV4.h>
Public Attributes | |
std::string | title |
Title. | |
std::string | message |
Contents. | |
std::string | button |
Text on the button ex) OK. | |
hive::AuthV4MaintenanceActionType | action |
Actions to be taken when the button is pressed. | |
std::string | url |
URL to be browsed when action is OPEN_URL. | |
std::string | startDate |
start time YYYY-mm-dd HH:ii | |
std::string | endDate |
end time YYYY-mm-dd HH:ii | |
int | 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. | |
std::string | customerLink |
customer Title | |
std::vector< AuthV4MaintenanceExtraButton > | exButtons |
customer Link | |
Server Maintenance and Update status display information title : Title
message : 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
customButton : customer Button Title
customLink : customer Link
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