PlanetKitRecordOnCloudUpdatedParam
public class PlanetKitRecordOnCloudUpdatedParam : NSObject
A parameter class for notifying the record on cloud in PlanetKit.
-
A Boolean value indicating whether the record is activated.
Declaration
Swift
@objc public let activated: Bool
-
The reason for deactivating the record on cloud.
Declaration
Swift
@objc public let deactivated: PlanetKitRecordOnCloudDeactivateReason