AKFConfiguring
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

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

Declared in:AKFConfiguring.h
Propriétés
blacklistedCountryCodes

List of country codes to disallow.

@property (nonatomic, copy) NSArray<NSString *> *blacklistedCountryCodes;
Déclaré dans : AKFConfiguring.h
defaultCountryCode

Specifies the default country code to select.

@property (nonatomic, copy) NSString *defaultCountryCode;
Déclaré dans : AKFConfiguring.h
enableSendToFacebook

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

@property (nonatomic) BOOL enableSendToFacebook;
Déclaré dans : AKFConfiguring.h
whitelistedCountryCodes

List of country codes to allow.

@property (nonatomic, copy) NSArray<NSString *> *whitelistedCountryCodes;
Déclaré dans : AKFConfiguring.h