AKFConfiguring
A more recent version of this class is available. Check out the latest version.

Defines the properties that can be configured for the Account Kit UI.

Declared in:AKFConfiguring.h
Properties
blacklistedCountryCodes

List of country codes to disallow.

@property (nonatomic, copy) NSArray<NSString *> *blacklistedCountryCodes;
Declared In: AKFConfiguring.h
defaultCountryCode

Specifies the default country code to select.

@property (nonatomic, copy) NSString *defaultCountryCode;
Declared In: AKFConfiguring.h
enableSendToFacebook

Specifies if the app supports sending codes to Facebook (as an SMS alternative)

@property (nonatomic) BOOL enableSendToFacebook;
Declared In: AKFConfiguring.h
whitelistedCountryCodes

List of country codes to allow.

@property (nonatomic, copy) NSArray<NSString *> *whitelistedCountryCodes;
Declared In: AKFConfiguring.h