Structures

The following structures are available globally.

Public types

  • A struct that encapsulates content item key

    See more

    Declaration

    Swift

    public struct ContentItemKey : Codable, Hashable
  • A struct that represents details of event data

    See more

    Declaration

    Swift

    public struct EventData : Codable
  • A struct that confirms BackendURLProvider protocol, describe backend server config

    See more

    Declaration

    Swift

    public struct BackendInfo : Codable
    extension BackendInfo: BackendURLProvider
  • A struct that encapsulates information related to event

    See more

    Declaration

    Swift

    public struct Event
  • A struct that represents info of link resolving

    See more

    Declaration

    Swift

    public struct ResolveLinkResponse : Codable