Skip to content

SohaSetting

Overview

Determines settings related to SohaGame SDK.

Property

setWindow

Use this property to set window for SDK. You must set the window for the SDK before initializing the SDK.


Declaration

@property (nonatomic, strong) UIWindow *setWindow;

baseURLString

Base URL string of the SDK. Use. Only use to change the base url when necessary.


Declaration

@property (nonatomic, strong) NSString *baseURLString;

Method

settings

Gets the singleton instance of the SohaSetting class.


Declaration

+(instancetype)settings;

sohaAppName

Gets the name of the app.


Declaration

+(NSString *)sohaAppName;