AsyncTask<TParams,TProgress,TResult>.OnProgressUpdate Method

Definition

Overloads

OnProgressUpdate(Object[])
OnProgressUpdate(TProgress[])

OnProgressUpdate(Object[])

protected override void OnProgressUpdate (params Java.Lang.Object[]? native_values);
override this.OnProgressUpdate : Java.Lang.Object[] -> unit

Parameters

native_values
Object[]

Remarks

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

OnProgressUpdate(TProgress[])

[Android.Runtime.Register("onProgressUpdate", "([Ljava/lang/Object;)V", "GetOnProgressUpdate_arrayLjava_lang_Object_Handler")]
protected virtual void OnProgressUpdate (params TProgress[] values);
[<Android.Runtime.Register("onProgressUpdate", "([Ljava/lang/Object;)V", "GetOnProgressUpdate_arrayLjava_lang_Object_Handler")>]
override this.OnProgressUpdate : 'Progress[] -> unit

Parameters

values
TProgress[]
Attributes

Remarks

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