Special Use

  • Class for parsing CPM paths. This is for very advanced usage of CPM. Most developers will not need to parse CPM, and some CPM values are not usable without additional processing. Unless there is a very specific need for parsing a CPM field, the Payload class can provide values for most usages. Generally, developers should treat CPM as a generic identifier and not need to deconstruct the format.

    See more

    Declaration

    Objective-C

    
    @interface DMSCPMParser : NSObject

    Swift

    class CPMParser : NSObject