Effect.SetUpdateListener(IEffectUpdateListener) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set an effect listener.
[Android.Runtime.Register("setUpdateListener", "(Landroid/media/effect/EffectUpdateListener;)V", "GetSetUpdateListener_Landroid_media_effect_EffectUpdateListener_Handler")]
public virtual void SetUpdateListener (Android.Media.Effect.IEffectUpdateListener? listener);
[<Android.Runtime.Register("setUpdateListener", "(Landroid/media/effect/EffectUpdateListener;)V", "GetSetUpdateListener_Landroid_media_effect_EffectUpdateListener_Handler")>]
abstract member SetUpdateListener : Android.Media.Effect.IEffectUpdateListener -> unit
override this.SetUpdateListener : Android.Media.Effect.IEffectUpdateListener -> unit
Parameters
- listener
- IEffectUpdateListener
The listener to receive update callbacks on.
- Attributes
Remarks
Set an effect listener.
Some effects may report state changes back to the host, if a listener is set. Consult the individual effect documentation for more details.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.