Webcom Android SDK Public API Reference
/
com.orange.webcom.sdkv2.datasync
/
SubscriptionCancellationPolicy
/
KeepUpdatingDataWhenImplicit
KeepUpdatingDataWhenImplicit
KeepUpdatingDataWhenImplicit
The data watched by the cancelled subscription is:
kept within the local cache
if it is cancelled implicitly
, that is automatically cancelled by the
DatasyncManager
when disposed by calling the
DatasyncManager.unsubscribeFromAllEvents
,
or cleared from the local cache
if it is cancelled explicitly
, that is using the
Subscription.cancel
method.