View.DispatchFinishTemporaryDetach 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.
Dispatch #onFinishTemporaryDetach()
to this View and its direct children if this is
a container View.
[Android.Runtime.Register("dispatchFinishTemporaryDetach", "()V", "GetDispatchFinishTemporaryDetachHandler", ApiSince=24)]
public virtual void DispatchFinishTemporaryDetach ();
[<Android.Runtime.Register("dispatchFinishTemporaryDetach", "()V", "GetDispatchFinishTemporaryDetachHandler", ApiSince=24)>]
abstract member DispatchFinishTemporaryDetach : unit -> unit
override this.DispatchFinishTemporaryDetach : unit -> unit
- Attributes
Remarks
Dispatch #onFinishTemporaryDetach()
to this View and its direct children if this is a container View.
Java documentation for android.view.View.dispatchFinishTemporaryDetach()
.
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.