VoiceInteractionService.OnShutdown Method

Definition

Called during service de-initialization to tell you when the system is shutting the service down.

[Android.Runtime.Register("onShutdown", "()V", "GetOnShutdownHandler")]
public virtual void OnShutdown ();
[<Android.Runtime.Register("onShutdown", "()V", "GetOnShutdownHandler")>]
abstract member OnShutdown : unit -> unit
override this.OnShutdown : unit -> unit
Attributes

Remarks

Called during service de-initialization to tell you when the system is shutting the service down. At this point this service may no longer be the active VoiceInteractionService.

Java documentation for android.service.voice.VoiceInteractionService.onShutdown().

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