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