chore: add sync backoff mechanism checks (#2786)

This commit is contained in:
Karol Sójko
2024-01-23 09:04:55 +01:00
committed by GitHub
parent 2757884d10
commit ba236a2f2b
7 changed files with 115 additions and 1 deletions

View File

@@ -181,6 +181,8 @@ export * from './Subscription/AppleIAPReceipt'
export * from './Subscription/SubscriptionManager'
export * from './Subscription/SubscriptionManagerEvent'
export * from './Subscription/SubscriptionManagerInterface'
export * from './Sync/SyncBackoffService'
export * from './Sync/SyncBackoffServiceInterface'
export * from './Sync/SyncMode'
export * from './Sync/SyncOpStatus'
export * from './Sync/SyncOptions'