PlanetKitHoldStatus
public class PlanetKitHoldStatus : NSObject
A class representing the hold status of a PlanetKit conference.
-
Indicates whether the conference is on hold.
Declaration
Swift
@objc public let isOnHold: Bool
-
The reason for putting the conference on hold.
Declaration
Swift
@objc public let holdReason: String?