EMResetModule

Objective-C

enum EMResetModule : NSUInteger {}

Swift

enum EMResetModule : UInt, @unchecked Sendable

Supported modules to reset.

Since

6.6.0
  • Resets only the static configuration of the SDK.

    Declaration

    Objective-C

    EMResetModuleConfig

    Swift

    case config = 0
  • Resets the OTP module. All provisioned tokens will be invalidated.

    Declaration

    Objective-C

    EMResetModuleOTP

    Swift

    case OTP = 1
  • Resets the OOB module. Re-registration is required.

    Declaration

    Objective-C

    EMResetModuleOOB

    Swift

    case OOB = 2
  • Resets the entire SDK to a factory state.

    Declaration

    Objective-C

    EMResetModuleAll

    Swift

    case all = 3