Interface OnSubscriptionManagerStateChangeListener
-
public interface OnSubscriptionManagerStateChangeListenerRepresents a callback for subscription manager state changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStateChange(SubscriptionManagerState fromState, SubscriptionManagerState toState)Called when subscription manager state changed.
-
-
-
Method Detail
-
onStateChange
void onStateChange(SubscriptionManagerState fromState, SubscriptionManagerState toState)
Called when subscription manager state changed.- Parameters:
fromState- previous subscription manager statetoState- new subscription manager state
-
-