EMMspService

Objective-C


@interface EMMspService : NSObject

Swift

class EMMspService : NSObject

Mobile Signing Protocol (MSP) Service

Since

4.5
  • Returns the MSP Service object created using the configurations that has been created

    Since

    4.5

    Declaration

    Objective-C

    + (instancetype)serviceWithModule:(EMMspModule *)mspModule;

    Swift

    convenience init!(module mspModule: EMMspModule!)

    Parameters

    mspModule

    an instance of EMMspModule

    Return Value

    The MSP Service object.

  • The MSP factory to create MSP parser object.

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspFactory *)mspFactory;

    Swift

    func mspFactory() -> EMMspFactory!

    Return Value

    EMMspFactory instance.