OPPMsdkUiType

@objc
public enum OPPMsdkUiType : Int

An enumeration of possible mSDK UI types.

  • Native mSDK UI type.

    Declaration

    Swift

    case native
  • Browser-based mSDK UI type.

    Declaration

    Swift

    case hybrid