VoiceInteractionSession.OnCreateContentView Method

Definition

Hook in which to create the session's UI.

[Android.Runtime.Register("onCreateContentView", "()Landroid/view/View;", "GetOnCreateContentViewHandler", ApiSince=23)]
public virtual Android.Views.View? OnCreateContentView ();
[<Android.Runtime.Register("onCreateContentView", "()Landroid/view/View;", "GetOnCreateContentViewHandler", ApiSince=23)>]
abstract member OnCreateContentView : unit -> Android.Views.View
override this.OnCreateContentView : unit -> Android.Views.View

Returns

Attributes

Remarks

Hook in which to create the session's UI.

Java documentation for android.service.voice.VoiceInteractionSession.onCreateContentView().

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