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