View.OnFinishTemporaryDetach 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 after #onStartTemporaryDetach
when the container is done
changing the view.
[Android.Runtime.Register("onFinishTemporaryDetach", "()V", "GetOnFinishTemporaryDetachHandler")]
public virtual void OnFinishTemporaryDetach ();
[<Android.Runtime.Register("onFinishTemporaryDetach", "()V", "GetOnFinishTemporaryDetachHandler")>]
abstract member OnFinishTemporaryDetach : unit -> unit
override this.OnFinishTemporaryDetach : unit -> unit
- Attributes
Remarks
Called after #onStartTemporaryDetach
when the container is done changing the view.
Java documentation for android.view.View.onFinishTemporaryDetach()
.
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.