canceledStateContext property

CanceledStateContext? canceledStateContext
getter/setter pair

Additional context around canceled subscriptions.

Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_CANCELED.

Implementation

CanceledStateContext? canceledStateContext;