Constants

The following constants are available globally.

  • Undocumented

    Declaration

    Objective-C

    __attribute__((visibility("default")))
    extern NSString* const EMCCasErrorDomain

    Swift

    let EMCCasErrorDomain: String
  • Token mode : Event Based Token

    Declaration

    Objective-C

    extern const int EMDskppTokenModeEventSync

    Swift

    let EMDskppTokenModeEventSync: Int32
  • Token mode : Time Based Token

    Declaration

    Objective-C

    extern const int EMDskppTokenModeTimeSync

    Swift

    let EMDskppTokenModeTimeSync: Int32
  • Token mode : Challenge Response Token

    Declaration

    Objective-C

    extern const int EMDskppTokenModeOcraChallengeResponse

    Swift

    let EMDskppTokenModeOcraChallengeResponse: Int32
    • OTP Complexity:

    OTP Complexity : Decimal

    Declaration

    Objective-C

    extern const int EMDskppOtpComplexityDecimal

    Swift

    let EMDskppOtpComplexityDecimal: Int32
  • OTP Complexity : Hexadecimal

    Declaration

    Objective-C

    extern const int EMDskppOtpComplexityHexadecimal

    Swift

    let EMDskppOtpComplexityHexadecimal: Int32
  • OTP Complexity : Base32

    Declaration

    Objective-C

    extern const int EMDskppOtpComplexityBase32

    Swift

    let EMDskppOtpComplexityBase32: Int32
  • OTP Complexity : Base64

    Declaration

    Objective-C

    extern const int EMDskppOtpComplexityBase64

    Swift

    let EMDskppOtpComplexityBase64: Int32
    • Policy status:

    Policy status: Off

    Declaration

    Objective-C

    extern const int EMDskppPolicyStatusOff

    Swift

    let EMDskppPolicyStatusOff: Int32
  • Policy status: On

    Declaration

    Objective-C

    extern const int EMDskppPolicyStatusOn

    Swift

    let EMDskppPolicyStatusOn: Int32
  • iOS default timeout

    Declaration

    Objective-C

    extern const NSTimeInterval EMDskppTlsConfigurationDefaultTimeout

    Swift

    let EMDskppTlsConfigurationDefaultTimeout: TimeInterval
  • Declaration

    Objective-C

    extern NSString *const EM_C_ERR_DOMAIN_VALIDATION

    Swift

    let EM_C_ERR_DOMAIN_VALIDATION: String
  • Indicates that the QR code data does not start with correct Payload Format Indicator value

    • i.e. probably not an EMVCo QR Code

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_INVALID_START_OF_QR_CODE

    Swift

    let EM_C_ERR_CODE_INVALID_START_OF_QR_CODE: Int
  • Indicates that the QR code does not end with a 16bit CRC - i.e. probably not an EMVCo QR Code

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_INVALID_END_OF_QR_CODE

    Swift

    let EM_C_ERR_CODE_INVALID_END_OF_QR_CODE: Int
  • Indicates that the CRC value is incorrect.

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_INCORRECT_CRC

    Swift

    let EM_C_ERR_CODE_INCORRECT_CRC: Int
  • Indicates that a data object structure (ID-Length-Value) was not identified in the input data.

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_DATA_OBJECT_NOT_FOUND

    Swift

    let EM_C_ERR_CODE_DATA_OBJECT_NOT_FOUND: Int
  • Indicates that a data object in the input is incomplete (value is truncated).

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_DATA_OBJECT_INCOMPLETE

    Swift

    let EM_C_ERR_CODE_DATA_OBJECT_INCOMPLETE: Int
  • Indicates that an unexpected data object was encountered (see cause for details).

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_DATA_OBJECT_UNEXPECTED

    Swift

    let EM_C_ERR_CODE_DATA_OBJECT_UNEXPECTED: Int
  • Indicates that a data object is redundant (there is another object already present).

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_DATA_OBJECT_REDUNDANT

    Swift

    let EM_C_ERR_CODE_DATA_OBJECT_REDUNDANT: Int
  • Indicates that the given data object has invalid format (see cause for details).

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_INVALID_DATA_OBJECT_FORMAT

    Swift

    let EM_C_ERR_CODE_INVALID_DATA_OBJECT_FORMAT: Int
  • Indicates that referenced mandatory data object is missing in the input.

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_DATA_OBJECT_MISSING

    Swift

    let EM_C_ERR_CODE_DATA_OBJECT_MISSING: Int
  • Indicates violation of EMVCo requirement 4.3.1.2: There shall be only one occurrence of a data object with a specific ID under the root and there shall be only one occurrence of a specific ID within a template.

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_DATA_OBJECT_DUPLICATE

    Swift

    let EM_C_ERR_CODE_DATA_OBJECT_DUPLICATE: Int
  • Declaration

    Objective-C

    extern NSString *const EM_C_ERR_DOMAIN_MAPPER

    Swift

    let EM_C_ERR_DOMAIN_MAPPER: String
  • Indicates that mapper for specific descriptor is missing.

    Declaration

    Objective-C

    extern const NSInteger EM_C_ERR_CODE_MISSING_MAPPER

    Swift

    let EM_C_ERR_CODE_MISSING_MAPPER: Int
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_TOKEN

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_TOKEN: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_FINGERPRINT

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_FINGERPRINT: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_JAILBREAK_DETECTION

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_JAILBREAK_DETECTION: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_OOB

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_OOB: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_PASSWORD

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_PASSWORD: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_SECURE_STORAGE

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_SECURE_STORAGE: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_UNSPECIFIED

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_UNSPECIFIED: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_AUTH_MODE_BIOFP

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_AUTH_MODE_BIOFP: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_AUTH_MODE_SYSTEM_FACEID

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_AUTH_MODE_SYSTEM_FACEID: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_AUTH_MODE_FACE

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_AUTH_MODE_FACE: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_MULTI_AUTH_MODE

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_MULTI_AUTH_MODE: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_EMS_LICENSE

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_EMS_LICENSE: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_MSP

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_MSP: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_GLOBALDB

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_GLOBALDB: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_SPRNG

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_SPRNG: String
  • Declaration

    Objective-C

    extern NSString *EZIO_MOBILE_ERROR_DOMAIN_SECURE_KEYPAD

    Swift

    let EZIO_MOBILE_ERROR_DOMAIN_SECURE_KEYPAD: String
  • Declaration

    Objective-C

    extern NSString *EMCryptoException

    Swift

    let EMCryptoException: String
  • Declaration

    Objective-C

    extern NSString *EMDeviceFingerprintException

    Swift

    let EMDeviceFingerprintException: String
  • Declaration

    Objective-C

    extern NSString *EMActivationException

    Swift

    let EMActivationException: String
  • Declaration

    Objective-C

    extern NSString *EMMobileProvisioningProtocolException

    Swift

    let EMMobileProvisioningProtocolException: String
  • Declaration

    Objective-C

    extern NSString *EMPasswordManagerException

    Swift

    let EMPasswordManagerException: String
  • Undocumented

    Declaration

    Objective-C

    __attribute__((visibility("default")))
    extern NSString * EMJailbreakErrorDomain

    Swift

    let EMStaticColorHandler: String
  • Declaration

    Objective-C

    static const int EM_MSP_CAP_MODE1 = 0

    Swift

    let EM_MSP_CAP_MODE1: Int32
  • Declaration

    Objective-C

    static const int EM_MSP_CAP_MODE2 = 1

    Swift

    let EM_MSP_CAP_MODE2: Int32
  • Declaration

    Objective-C

    static const int EM_MSP_CAP_MODE2_TDS = 2

    Swift

    let EM_MSP_CAP_MODE2_TDS: Int32
  • Declaration

    Objective-C

    static const int EM_MSP_CAP_MODE3 = 3

    Swift

    let EM_MSP_CAP_MODE3: Int32
  • Declaration

    Objective-C

    extern NSString *MSP_CONFIGURATION_NOT_SET

    Swift

    let MSP_CONFIGURATION_NOT_SET: String
  • Declaration

    Objective-C

    extern NSString *MSP_CONFIGURATION_SET

    Swift

    let MSP_CONFIGURATION_SET: String
  • Declaration

    Objective-C

    extern NSString *EMInvalidArgumentException

    Swift

    let EMInvalidArgumentException: String
  • Declaration

    Objective-C

    extern NSString *EMInitException

    Swift

    let EMInitException: String
  • Declaration

    Objective-C

    static const int EM_MSP_OATH_HOTP = 0

    Swift

    let EM_MSP_OATH_HOTP: Int32
  • Declaration

    Objective-C

    static const int EM_MSP_OATH_TOTP = 1

    Swift

    let EM_MSP_OATH_TOTP: Int32
  • Declaration

    Objective-C

    static const int EM_MSP_OATH_OCRA = 2

    Swift

    let EM_MSP_OATH_OCRA: Int32
  • Declaration

    Objective-C

    extern NSString *EMOobClientException

    Swift

    let EMOobClientException: String
  • Declaration

    Objective-C

    extern NSString *EMOobRegistrationException

    Swift

    let EMOobRegistrationException: String
  • Declaration

    Objective-C

    extern NSString *EMOobUnregistrationException

    Swift

    let EMOobUnregistrationException: String
  • Declaration

    Objective-C

    extern NSString *EMOobNotificationException

    Swift

    let EMOobNotificationException: String
  • Declaration

    Objective-C

    extern NSString *EMOobMessageException

    Swift

    let EMOobMessageException: String
  • Declaration

    Objective-C

    extern NSString *EMOobParseException

    Swift

    let EMOobParseException: String
  • Declaration

    Objective-C

    extern NSString *EMOobIncomingMessageTypeUserMessage

    Swift

    let EMOobIncomingMessageTypeUserMessage: String
  • Declaration

    Objective-C

    extern NSString *EMOobIncomingMessageTypeTransactionVerify

    Swift

    let EMOobIncomingMessageTypeTransactionVerify: String
  • Declaration

    Objective-C

    extern NSString *EMOobIncomingMessageTypeGeneric

    Swift

    let EMOobIncomingMessageTypeGeneric: String
  • Declaration

    Objective-C

    extern NSString *EMOobIncomingMessageTypeTransactionSigning

    Swift

    let EMOobIncomingMessageTypeTransactionSigning: String
  • Declaration

    Objective-C

    extern NSString *EMOobOutgoingMessageTypeError

    Swift

    let EMOobOutgoingMessageTypeError: String
  • Declaration

    Objective-C

    extern NSString *EMOobOutgoingMessageTypeUserMessage

    Swift

    let EMOobOutgoingMessageTypeUserMessage: String
  • Declaration

    Objective-C

    extern NSString *EMOobOutgoingMessageTypeTransactionVerify

    Swift

    let EMOobOutgoingMessageTypeTransactionVerify: String
  • Declaration

    Objective-C

    extern NSString *EMOobOutgoingMessageTypeTransactionSigning

    Swift

    let EMOobOutgoingMessageTypeTransactionSigning: String
  • Declaration

    Objective-C

    extern NSString *EMOobOutgoingMessageTypeGeneric

    Swift

    let EMOobOutgoingMessageTypeGeneric: String
  • Declaration

    Objective-C

    extern NSString *EMVicException

    Swift

    let EMVicException: String
  • Declaration

    Objective-C

    extern NSString *EMCheckDigitException

    Swift

    let EMCheckDigitException: String
  • Declaration

    Objective-C

    extern NSString *EMConfigFileException

    Swift

    let EMConfigFileException: String
  • Undocumented

    Declaration

    Objective-C

    __attribute__((visibility("default")))
    extern NSString * EMPinRuleErrorDomain

    Swift

    let EMPinRuleErrorDomain: String
  • Declaration

    Objective-C

    extern NSString *EMDsDataFormatException

    Swift

    let EMDsDataFormatException: String
  • Declaration

    Objective-C

    extern NSString *EMDsDataFormatErrorDomain

    Swift

    let EMDsDataFormatErrorDomain: String
  • Declaration

    Objective-C

    extern const NSInteger EMDsDataFormatErrorCodeGeneral

    Swift

    let EMDsDataFormatErrorCodeGeneral: Int
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Further_Inputs

    Swift

    let EMPrimitiveTag_Input_Further_Inputs: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Challenge

    Swift

    let EMPrimitiveTag_Input_Challenge: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Amount

    Swift

    let EMPrimitiveTag_Input_Amount: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Account_Number

    Swift

    let EMPrimitiveTag_Input_Account_Number: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_To_Account

    Swift

    let EMPrimitiveTag_Input_To_Account: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_From_Account

    Swift

    let EMPrimitiveTag_Input_From_Account: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Pg_Bg

    Swift

    let EMPrimitiveTag_Input_Pg_Bg: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Ref_Order_Number

    Swift

    let EMPrimitiveTag_Input_Ref_Order_Number: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Reference_Number

    Swift

    let EMPrimitiveTag_Input_Reference_Number: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Number_Of_Payments

    Swift

    let EMPrimitiveTag_Input_Number_Of_Payments: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Date

    Swift

    let EMPrimitiveTag_Input_Date: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Checksum

    Swift

    let EMPrimitiveTag_Input_Checksum: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Time

    Swift

    let EMPrimitiveTag_Input_Time: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Not_Before

    Swift

    let EMPrimitiveTag_Input_Not_Before: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Currency

    Swift

    let EMPrimitiveTag_Input_Currency: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Amount_With_Currency

    Swift

    let EMPrimitiveTag_Input_Amount_With_Currency: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Buy_Sell

    Swift

    let EMPrimitiveTag_Input_Buy_Sell: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Iban

    Swift

    let EMPrimitiveTag_Input_Iban: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Limit

    Swift

    let EMPrimitiveTag_Input_Limit: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_User_Id

    Swift

    let EMPrimitiveTag_Input_User_Id: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Units

    Swift

    let EMPrimitiveTag_Input_Units: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Identity_Number

    Swift

    let EMPrimitiveTag_Input_Identity_Number: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Extra_Code

    Swift

    let EMPrimitiveTag_Input_Extra_Code: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Quantity

    Swift

    let EMPrimitiveTag_Input_Quantity: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Phone_Number

    Swift

    let EMPrimitiveTag_Input_Phone_Number: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data

    Swift

    let EMPrimitiveTag_Input_Data: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_2

    Swift

    let EMPrimitiveTag_Input_Data_2: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_3

    Swift

    let EMPrimitiveTag_Input_Data_3: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_4

    Swift

    let EMPrimitiveTag_Input_Data_4: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_5

    Swift

    let EMPrimitiveTag_Input_Data_5: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_6

    Swift

    let EMPrimitiveTag_Input_Data_6: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_7

    Swift

    let EMPrimitiveTag_Input_Data_7: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_8

    Swift

    let EMPrimitiveTag_Input_Data_8: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_9

    Swift

    let EMPrimitiveTag_Input_Data_9: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Data_10

    Swift

    let EMPrimitiveTag_Input_Data_10: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Passcode

    Swift

    let EMPrimitiveTag_Input_Passcode: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Due_Date

    Swift

    let EMPrimitiveTag_Input_Due_Date: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Login_Code

    Swift

    let EMPrimitiveTag_Input_Login_Code: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Total_Amount

    Swift

    let EMPrimitiveTag_Input_Total_Amount: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_Valid_Until

    Swift

    let EMPrimitiveTag_Input_Valid_Until: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_To_Date

    Swift

    let EMPrimitiveTag_Input_To_Date: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Input_From_Date

    Swift

    let EMPrimitiveTag_Input_From_Date: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Text_Free_Text

    Swift

    let EMPrimitiveTag_Text_Free_Text: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Text_Hidden_Text

    Swift

    let EMPrimitiveTag_Text_Hidden_Text: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_International_Payment

    Swift

    let EMPrimitiveTag_Message_International_Payment: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Buy_Sell_Shares

    Swift

    let EMPrimitiveTag_Message_Buy_Sell_Shares: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_New_Phone_Number

    Swift

    let EMPrimitiveTag_Message_New_Phone_Number: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_New_Pg_Bg

    Swift

    let EMPrimitiveTag_Message_New_Pg_Bg: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Confirm_Protect_File

    Swift

    let EMPrimitiveTag_Message_Confirm_Protect_File: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Confirm_Agreement

    Swift

    let EMPrimitiveTag_Message_Confirm_Agreement: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Pg_Bg_Payment

    Swift

    let EMPrimitiveTag_Message_Pg_Bg_Payment: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_New_Beneficiary

    Swift

    let EMPrimitiveTag_Message_New_Beneficiary: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Login

    Swift

    let EMPrimitiveTag_Message_Login: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Payment

    Swift

    let EMPrimitiveTag_Message_Payment: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Transfer

    Swift

    let EMPrimitiveTag_Message_Transfer: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Signing

    Swift

    let EMPrimitiveTag_Message_Signing: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Authenticate

    Swift

    let EMPrimitiveTag_Message_Authenticate: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Confirm_Assignment

    Swift

    let EMPrimitiveTag_Message_Confirm_Assignment: UInt
  • Declaration

    Objective-C

    extern const NSUInteger EMPrimitiveTag_Message_Confirm_Address_Change

    Swift

    let EMPrimitiveTag_Message_Confirm_Address_Change: UInt
  • Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_KEYS

    Swift

    let EMSecureInputBuilder_DEFAULT_KEYS: String
  • Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_FIRST_LABEL

    Swift

    let EMSecureInputBuilder_DEFAULT_FIRST_LABEL: String
  • Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_SECOND_LABEL

    Swift

    let EMSecureInputBuilder_DEFAULT_SECOND_LABEL: String
  • Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_BUTTON_FONT_NAME

    Swift

    let EMSecureInputBuilder_DEFAULT_BUTTON_FONT_NAME: String
  • Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_OK_BUTTON_NAME

    Swift

    let EMSecureInputBuilder_DEFAULT_OK_BUTTON_NAME: String
  • Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_DELETE_BUTTON_NAME

    Swift

    let EMSecureInputBuilder_DEFAULT_DELETE_BUTTON_NAME: String
  • Since

    6.0

    Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_SHIFT_BUTTON_NAME

    Swift

    let EMSecureInputBuilder_DEFAULT_SHIFT_BUTTON_NAME: String
  • Declaration

    Objective-C

    extern NSString *EMSecureInputBuilder_DEFAULT_BACK_BUTTON_NAME

    Swift

    let EMSecureInputBuilder_DEFAULT_BACK_BUTTON_NAME: String
  • Pin error domain

    Declaration

    Objective-C

    extern NSString *const EMPinErrorDomain

    Swift

    let EMPinErrorDomain: String
  • iOS default timeout

    Declaration

    Objective-C

    extern const NSTimeInterval EMTlsConfigurationDefaultTimeout

    Swift

    let EMTlsConfigurationDefaultTimeout: TimeInterval
  • TokenManager error domain

    Declaration

    Objective-C

    extern NSString *const EMTokenManagerErrorDomain

    Swift

    let EMTokenManagerErrorDomain: String