SAPcpmsRecord

public extension SAPcpmsRecord
  • Creates an usage record representing a session start event.

    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) -> UsageRecord