Constants

The following constants are available globally.

  • The error domain

    Declaration

    Objective-C

    extern NSString *const _Nonnull NXMErrorDomain

    Swift

    let NXMErrorDomain: String
  • Project version number for NexmoClient.

    Declaration

    Objective-C

    extern double NexmoClientVersionNumber

    Swift

    var NexmoClientVersionNumber: Double
  • Project version string for NexmoClient.

    Declaration

    Objective-C

    extern const unsigned char NexmoClientVersionString[]