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
mspModulean instance of EMMspModule
Return Value
The MSP Service object.
-
The MSP factory to create MSP parser object.
Since
4.5
Return Value
EMMspFactory instance.
EMMspService Class Reference