EMDsFormattingService

Objective-C


@interface EMDsFormattingService : NSObject

Swift

class EMDsFormattingService : NSObject

DS Formatting Service

Since

4.0
  • Designated constructor. Returns the EMDsFormattingService object created using the EMOtpModule

    Since

    4.0

    Declaration

    Objective-C

    + (instancetype)serviceWithModule:(EMOtpModule *)module;

    Swift

    convenience init!(module: EMOtpModule!)

    Parameters

    module

    an instance of EMOtpModule

    Return Value

    EMDsFormattingService module instance.

  • Returns Factory for creating DS Formatting settings and devices.

    Declaration

    Objective-C

    - (EMDsFormattingFactory *)dsFactory;

    Swift

    func dsFactory() -> EMDsFormattingFactory!

    Return Value

    EMDsFormattingFactory object.