SubscriptionCancelationPolicy

Represents the policy to apply to the data stored within the local cache that are watched by a subscription when canceling this subscription. This data may be either kept and still updated (as long as the network connectivity is up) after the cancelation, or cleared from the local cache.

Entries

KeepUpdating
Link copied to clipboard
The data watched by the canceled subscription is kept within the local cache whatever the way of canceling the subscription.
KeepUpdatingWhenImplicit
Link copied to clipboard
The data watched by the canceled subscription is:
Clear
Link copied to clipboard
The data watched by the canceled subscription is cleared from the local cache whatever the way of canceling the subscription.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int