AKFSettings
这个类有新版本。查看 最新版本。

AccountKit application settings.

Superclass:NSObject
Declared in:AKFSettings.h
类方法
clientToken

Get the Account Kit Client Token used by the SDK.

+ (NSString *) clientToken;
Discussion:

If not explicitly set, the default will be read from the application's plist (AccountKitClientToken).

声明语言: AKFSettings.h
setClientToken:

Set the Account Kit Client Token used by the SDK.

参数描述
clientToken

The Account Kit Client Token to be used by the SDK.

+ (void) setClientToken:(NSString *)clientToken;
声明语言: AKFSettings.h