Provides advanced features of HIVE Authentication. More...
#import <HIVEAuthV4Helper.h>
Inherits NSObject.
Instance Methods | |
(void) | - syncAccount:handler: |
Helps to inform whether accounts conflict or not when executing the provided as well as other APIs. More... | |
(void) | - signIn: |
Player sign-in Condition of use
| |
(void) | - signOut: |
Player sign-out Condition of use
| |
(void) | - connect:handler: |
Provider Connection Condition of use
| |
(void) | - disconnect:handler: |
Provider connetion Condition of use
| |
(void) | - showLeaderboard: |
Queries leaderboard Condition of use
| |
(void) | - showAchievements: |
Queries Achievements Condition of use
| |
(void) | - showGameCenterLoginCancelDialog: |
If a sign-in window of Game Center is not displayed, show its status and display a UI to inform how to sign in the Game Center. More... | |
(void) | - showConflict: |
Displays conflict status, and HIVE UI avilable to select an account. More... | |
(void) | - showConflict:handler: |
Displays conflict status, and HIVE UI which is available to select an account as well as shows game information. More... | |
(void) | - switchAccount: |
If accounts conflict, sign out the current player and try to sign in with the account signed in on the user device. More... | |
(void) | - resolveConflict: |
In case it is not changed the currently signed-in account after accounts conflict. More... | |
(NSArray *) | - getIDPList |
Receives the Provider lists sent by SDK. More... | |
Provides advanced features of HIVE Authentication.
The detailed functions provided by this class are as follows.