create Manager
fun createManager(policy: SubscriptionCancelationPolicy = SubscriptionCancelationPolicy.KeepUpdatingWhenImplicit): DatasyncManager
Content copied to clipboard
Asks the DatasyncService to create a new DatasyncManager instance. The passed policy controls how the cached data is managed when subscriptions to data events (to be created using the DatasyncNode.subscribe method) are canceled.