LocalActivityManager.DispatchStop 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.
Caution
deprecated
Called by the container activity in its Activity#onStop
so
that LocalActivityManager can perform the corresponding action on the
activities it holds.
[Android.Runtime.Register("dispatchStop", "()V", "GetDispatchStopHandler")]
[System.Obsolete("deprecated")]
public virtual void DispatchStop ();
[<Android.Runtime.Register("dispatchStop", "()V", "GetDispatchStopHandler")>]
[<System.Obsolete("deprecated")>]
abstract member DispatchStop : unit -> unit
override this.DispatchStop : unit -> unit
- Attributes
Remarks
Called by the container activity in its Activity#onStop
so that LocalActivityManager can perform the corresponding action on the activities it holds.
Java documentation for android.app.LocalActivityManager.dispatchStop()
.
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.