Attributes
public struct Attributes : Sendable
Predefined attributes.
-
Title attribute.
Declaration
Swift
public static let title: String -
First name attribute.
Declaration
Swift
public static let firstName: String -
Last name attribute.
Declaration
Swift
public static let lastName: String -
Full name attribute.
Declaration
Swift
public static let fullName: String -
Gender attribute.
Declaration
Swift
public static let gender: String -
Zip code attribute.
Declaration
Swift
public static let zipCode: String -
City attribute.
Declaration
Swift
public static let city: String -
Region attribute.
Declaration
Swift
public static let region: String -
Country attribute.
Declaration
Swift
public static let country: String -
Birthdate attribute.
Declaration
Swift
public static let birthdate: String -
Age attribute.
Declaration
Swift
public static let age: String -
Mobile phone attribute.
Declaration
Swift
public static let mobilePhone: String -
Home phone attribute.
Declaration
Swift
public static let homePhone: String -
Work phone attribute.
Declaration
Swift
public static let workPhone: String -
Loyalty tier attribute.
Declaration
Swift
public static let loyaltyTier: String -
Company attribute.
Declaration
Swift
public static let company: String -
Username attribute.
Declaration
Swift
public static let username: String -
Account creation attribute.
Declaration
Swift
public static let accountCreation: String -
Email attribute.
Declaration
Swift
public static let email: String -
Advertising id attribute.
Declaration
Swift
public static let advertisingId: String
View on GitHub