Go to the source code of this file.
Classes | |
| class | HIVEAccount |
| HIVE authentication user information. More... | |
| class | HIVEAuthInitResult |
| Information to be delivered when the result is notified after HIVE SDK initialization. More... | |
| class | HIVEAuthMaintenanceInfo |
| Server maintenance and update status information. More... | |
| class | HIVEAuth |
| Provides HIVE SDK initialization and HIVE authentication functions The HIVE SDK performs initialization based on the xml configuration file. More... | |
Typedefs | |
| typedef void(^ | HIVEAuthInitializeHandler) (HIVEResultAPI *result, HIVEAuthInitResult *authInitResult) |
| Notify HIVE SDK initialization result listener. More... | |
| typedef void(^ | HIVEAuthLoginHandler) (HIVEResultAPI *result, HIVELoginType loginType, HIVEAccount *currentAccount, HIVEAccount *usedAccount) |
| HIVE login result listener. More... | |
| typedef void(^ | HIVEAuthLogoutHandler) (HIVEResultAPI *result) |
| HIVE logout result listener. More... | |
| typedef void(^ | HIVEAuthMaintenanceHandler) (HIVEResultAPI *result, HIVEAuthMaintenanceInfo *maintenanceInfo) |
| Maintenance popup result. More... | |
| typedef void(^ | HIVEAuthShowTermsHandler) (HIVEResultAPI *result) |
| The result of displaying the terms and conditions. More... | |
| typedef void(^ | HIVEAuthAdultConfirmHandler) (HIVEResultAPI *result) |
| Adult verification pop-up result. More... | |
Functions | |
| typedef | NS_ENUM (NSUInteger, HIVELoginType) |
| HIVE login type definition. More... | |
| typedef | NS_ENUM (NSUInteger, HIVEAuthMaintenanceActionType) |
| Definition of actions to be taken when the button is pressed on the maintenance popup. More... | |