VoiceInteractionSessionService.OnNewSession(Bundle) Method

Definition

[Android.Runtime.Register("onNewSession", "(Landroid/os/Bundle;)Landroid/service/voice/VoiceInteractionSession;", "GetOnNewSession_Landroid_os_Bundle_Handler")]
public abstract Android.Service.Voice.VoiceInteractionSession? OnNewSession (Android.OS.Bundle? args);
[<Android.Runtime.Register("onNewSession", "(Landroid/os/Bundle;)Landroid/service/voice/VoiceInteractionSession;", "GetOnNewSession_Landroid_os_Bundle_Handler")>]
abstract member OnNewSession : Android.OS.Bundle -> Android.Service.Voice.VoiceInteractionSession

Parameters

args
Bundle

Returns

Attributes

Remarks

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