Skip to content

Overview

SohaGame SDK for iOS Reference Classes

SohaSDK

The top level SohaGame SDK singleton that provides methods for login, payment, logging events and setting user properties.


Declaration

@interface SohaSDK : NSObject;

SohaUser

Represents a user. Invalidated users (such as those whose passwords have been changed on another client) are automatically logged out.


Declaration

@interface SohaUser : NSObject;

SohaSetting

Determines settings related to SohaGame SDK.


Declaration

@interface SohaApp : NSObject;