Class
MessagingSettings
@objc(ZDKMessagingSettings)
public final class MessagingSettings: NSObject
Relationships
Conforms To
NSObject
Properties
integrationId
public let integrationId: String
enabled
public let enabled: Bool
brand
public let brand: String?
title
public let title: String
accountDescription
public let accountDescription: String?
logoURL
public let logoURL: String?
theme
public let theme: ColorTheme
hash
override public var hash: Int
description
override public var description: String
Methods
isEqual(_:)
override public func isEqual(_ object: Any?) -> Bool
Returns a Boolean value that indicates whether the receiver and a given object are equal.
Parameters
Name | Type | Description |
---|---|---|
object | Any? |
the object to compare against |