TvAdService.Session.OnTvInputSessionData(String, Bundle) Method

Definition

Called when data from the linked android.media.tv.TvInputService is received.

[Android.Runtime.Register("onTvInputSessionData", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetOnTvInputSessionData_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=36)]
public virtual void OnTvInputSessionData(string type, Android.OS.Bundle data);
[<Android.Runtime.Register("onTvInputSessionData", "(Ljava/lang/String;Landroid/os/Bundle;)V", "GetOnTvInputSessionData_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=36)>]
abstract member OnTvInputSessionData : string * Android.OS.Bundle -> unit
override this.OnTvInputSessionData : string * Android.OS.Bundle -> unit

Parameters

type
String

the type of the data

data
Bundle

a bundle contains the data received

Attributes

Remarks

Called when data from the linked android.media.tv.TvInputService is received.

Java documentation for android.media.tv.ad.TvAdService.Session.onTvInputSessionData(java.lang.String, android.os.Bundle).

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