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
EMResetModuleConfigSwift
case config = 0 -
Resets the OTP module. All provisioned tokens will be invalidated.
Declaration
Objective-C
EMResetModuleOTPSwift
case OTP = 1 -
Resets the OOB module. Re-registration is required.
Declaration
Objective-C
EMResetModuleOOBSwift
case OOB = 2 -
Resets the entire SDK to a factory state.
Declaration
Objective-C
EMResetModuleAllSwift
case all = 3
EMResetModule Enumeration Reference