AWSCognitoIdentityProviderEventContextDataType
Objective-C
@interface AWSCognitoIdentityProviderEventContextDataType
Swift
class AWSCognitoIdentityProviderEventContextDataType
Specifies the user context data captured at the time of an event request.
-
The user’s city.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable city;
Swift
var city: String? { get set }
-
The user’s country.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable country;
Swift
var country: String? { get set }
-
The user’s device name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceName;
Swift
var deviceName: String? { get set }
-
The source IP address of your user’s device.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipAddress;
Swift
var ipAddress: String? { get set }
-
The user’s time zone.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable timezone;
Swift
var timezone: String? { get set }