Android.Widget.ProgressBar.OnRestoreInstanceState Method
Hook allowing a view to re-apply a representation of its internal state that had previously been generated by Android.Views.View.OnSaveInstanceState.

Syntax

[Android.Runtime.Register("onRestoreInstanceState", "(Landroid/os/Parcelable;)V", "GetOnRestoreInstanceState_Landroid_os_Parcelable_Handler")]
public virtual void OnRestoreInstanceState (Android.OS.IParcelable state)

Parameters

state
The frozen state that had previously been returned by ProgressBar.OnSaveInstanceState.

Remarks

Hook allowing a view to re-apply a representation of its internal state that had previously been generated by Android.Views.View.OnSaveInstanceState. This function will never be called with a null state.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1