SoundPool.SetOnLoadCompleteListener(SoundPool+IOnLoadCompleteListener) Method

Definition

Sets the callback hook for the OnLoadCompleteListener.

[Android.Runtime.Register("setOnLoadCompleteListener", "(Landroid/media/SoundPool$OnLoadCompleteListener;)V", "GetSetOnLoadCompleteListener_Landroid_media_SoundPool_OnLoadCompleteListener_Handler")]
public virtual void SetOnLoadCompleteListener (Android.Media.SoundPool.IOnLoadCompleteListener? listener);
[<Android.Runtime.Register("setOnLoadCompleteListener", "(Landroid/media/SoundPool$OnLoadCompleteListener;)V", "GetSetOnLoadCompleteListener_Landroid_media_SoundPool_OnLoadCompleteListener_Handler")>]
abstract member SetOnLoadCompleteListener : Android.Media.SoundPool.IOnLoadCompleteListener -> unit
override this.SetOnLoadCompleteListener : Android.Media.SoundPool.IOnLoadCompleteListener -> unit

Parameters

Attributes

Remarks

Java documentation for android.media.SoundPool.setOnLoadCompleteListener(android.media.OnLoadCompleteListener).

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.

Applies to