The FMPPush.Topic class is used to describe message topic on server.
class Topic : FMPModelProtocol
| Property | Description |
name |
Message topic name.
var name: String { get }
|
| description | Message topic description.
var description: String { get }
|
| isSubscribed | State of the current user subscription.
var isSubscribed: Bool { get }
|
See also: