MoEngageSDKState

@objc
public enum MoEngageSDKState : Int

Enum to set the SDK State

  • To enable the SDK

    Declaration

    Swift

    case enabled
  • To disable the SDK

    Declaration

    Swift

    case disabled