ExtraKey

public class ExtraKey : NSObject

OTVEvent instances generated by the SDK that have a non-nil extra property will have a JSON string with one or more of these keys

  • url

    The URL relating to the event

    Declaration

    Swift

    public static let url: String
  • The contentToken releated to the event

    Declaration

    Swift

    public static let contentToken: String
  • The sessionToken releated to the event

    Declaration

    Swift

    public static let sessionToken: String
  • The error releated to the event

    Declaration

    Swift

    public static let error: String