HIVE SDK for C++

Public Attributes | List of all members
AuthV4MaintenanceInfo Class Reference

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
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.
 

Detailed Description

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
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


The documentation for this class was generated from the following file:
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy