Structures

The following structures are available globally.

  • Information about the JWT authentication.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct JWTAuthenticationInfo
  • Authentication information for an OAuth authentication

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct OAuthTokens
  • Service response for a request.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct ServiceResponse<T>
  • Information about the log message.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct LogMessage
  • Membership contents.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct Membership
    extension Membership : Mappable
  • The read status of the membership for space.

    Since

    2.3.0
    See more

    Declaration

    Swift

    public struct MembershipReadStatus
  • The struct represents the content of a message change

    Since

    2.8.0

    Declaration

    Swift

    public struct MesssageChange
  • This struct represents a Message on Cisco Webex.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct Message : CustomStringConvertible
  • A data struct represents a remote file on Cisco Webex. The content of the remote file can be downloaded via MessageClient.downloadFile(...).

    Since

    1.4.0
    See more

    Declaration

    Swift

    public struct RemoteFile
  • Person contents.

    See more

    Declaration

    Swift

    public struct Person
    extension Person: Mappable
  • A data type represents a relationship between Call and Person at Cisco Webex cloud.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct CallMembership
  • A data type represents the media options of a Call.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct MediaOption
  • A data type represents a Space at Cisco Webex cloud.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct Space
    extension Space: Mappable
  • Read status about the date of last activity in the space and the date of current user last presence in the space.

    For spaces where lastActivityDate > lastSeenDate the space can be considered to be “unread”.

    Since

    2.3.0
    See more

    Declaration

    Swift

    public struct SpaceReadStatus
  • The Webex meeting details for a space such as the SIP address, meeting URL, toll-free and toll dial-in numbers.

    Since

    2.3.0
    See more

    Declaration

    Swift

    public struct SpaceMeetingInfo : Mappable
  • A data type represents a Team at Cisco Webex cloud.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct Team
    extension Team: Mappable
  • A data type represents a relationship between Team and Person at Cisco Webex cloud.

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct TeamMembership
    extension TeamMembership: Mappable
  • The payload of the event.

    Since

    2.3.0
    See more

    Declaration

    Swift

    public struct WebexEventPayload
  • A data type presents a Webhook at Cisco Webex for Developer.

    See

    see Webhooks Guide

    Since

    1.2.0
    See more

    Declaration

    Swift

    public struct Webhook
    extension Webhook: Mappable