SAPcpmsUsage

public extension SAPcpmsUsage
  • Reports a sessionStart event with information based on the given settingsParameter parameter. Only the applicationID and applicationVersion fields are used from the settingsParameter.

    The report will contain:

    • new session identifier in UUID format
    • application identifier
    • application version if there is any
    • device identifier
    • deviceModel (such as iPhone)
    • system name, such as iOS
    • system version

    If the reporter is disabled this method does nothing.

    Declaration

    Swift

    class func sessionStart(settingsParameters settings: SAPcpmsSettingsParameters)