IEffectUpdateListener.OnEffectUpdated(Effect, Object) 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.
Called when the effect state is updated.
[Android.Runtime.Register("onEffectUpdated", "(Landroid/media/effect/Effect;Ljava/lang/Object;)V", "GetOnEffectUpdated_Landroid_media_effect_Effect_Ljava_lang_Object_Handler:Android.Media.Effect.IEffectUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnEffectUpdated (Android.Media.Effect.Effect? effect, Java.Lang.Object? info);
[<Android.Runtime.Register("onEffectUpdated", "(Landroid/media/effect/Effect;Ljava/lang/Object;)V", "GetOnEffectUpdated_Landroid_media_effect_Effect_Ljava_lang_Object_Handler:Android.Media.Effect.IEffectUpdateListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnEffectUpdated : Android.Media.Effect.Effect * Java.Lang.Object -> unit
Parameters
- effect
- Effect
The effect that has been updated.
- info
- Object
A value that gives more information about the update. See the effect's documentation for more details on what this object is.
- Attributes
Remarks
Called when the effect state is updated.
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.