TvAdService.Session.OnTvInputSessionData(String, Bundle) 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.
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.
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.