MoEngageInAppFCSyncState
public struct MoEngageInAppFCSyncState : Codable, MoEngageDataModel
Holds session-specific FC sync metadata. Stored under MOInApps/FCSync with instance scope. JSON format: {“fcSync”: {}} or {“fcSync”: {“lastSyncedSessionId”: “…”, “lastSyncTimestamp”: 123}}
-
Declaration
Swift
public static var flushDuration: DispatchTimeInterval { get } -
Declaration
Swift
public var fcSync: SyncData -
Declaration
Swift
public struct SyncData : Codable -
Declaration
Swift
public init(lastSyncedSessionId: String? = nil, lastSyncTimestamp: Int64? = nil)