Added in API level 14
EffectUpdateListener
interface EffectUpdateListener
Some effects may issue callbacks to inform the host of changes to the effect state. This is the listener interface for receiving those callbacks.
Summary
Public methods | |
---|---|
abstract Unit |
onEffectUpdated(effect: Effect!, info: Any!) Called when the effect state is updated. |
Public methods
onEffectUpdated
Added in API level 14
abstract fun onEffectUpdated(
effect: Effect!,
info: Any!
): Unit
Called when the effect state is updated.