Structures
The following structures are available globally.
-
Declaration
Swift
public struct JWTAuthenticationInfo
-
Declaration
Swift
public struct OAuthTokens
-
Declaration
Swift
public struct ServiceResponse<T>
-
Declaration
Swift
public struct LogMessage
-
Declaration
Swift
public struct Membership
extension Membership : Mappable
-
Declaration
Swift
public struct MembershipReadStatus
-
The struct represents the content of a message change
Since
2.8.0Declaration
Swift
public struct MesssageChange
-
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.0Declaration
Swift
public struct RemoteFile
-
Person contents.
See moreDeclaration
Swift
public struct Person
extension Person: Mappable
-
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.0Declaration
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.0Declaration
Swift
public struct SpaceMeetingInfo : Mappable
-
Declaration
Swift
public struct Team
extension Team: Mappable
-
Declaration
Swift
public struct WebexEventPayload
-
A data type presents a Webhook at Cisco Webex for Developer.
See
see Webhooks GuideSince
1.2.0Declaration
Swift
public struct Webhook
extension Webhook: Mappable