Stay organized with collections Save and categorize content based on your preferences.

StateUpdatedListener

public interface StateUpdatedListener

com.google.android.play.core.listener.StateUpdatedListener<StateT>


Base interface for state update listeners.

Summary

Public methods

abstract void onStateUpdate(StateT state)

Callback triggered whenever the state has changed.

Public methods

onStateUpdate

public abstract void onStateUpdate (StateT state)

Callback triggered whenever the state has changed.

Parameters
state StateT