You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open class Provider: Object {
@objc dynamic public var isDeleted = false
@objc dynamic var id: String = UUID().uuidString
@objc dynamic var name: String = ""
@objc dynamic var type = ProviderType.Local.rawValue (👈🏻 Ignore '.Local' type Object sync to cloud)
}
The text was updated successfully, but these errors were encountered:
WilliamZhangWH
changed the title
How to ignore an Object with specify type sync to cloud?
How to ignore an Object with specific type sync to cloud?
Sep 1, 2023
For Example:
I have an Object called 'Provider'
@caiyue1993 Please help me.
The text was updated successfully, but these errors were encountered: