TvAdView.TvAdCallback.OnRequestCurrentTvInputId(String) Method

Definition

This is called when TvAdService.Session#requestCurrentTvInputId() is called.

[Android.Runtime.Register("onRequestCurrentTvInputId", "(Ljava/lang/String;)V", "GetOnRequestCurrentTvInputId_Ljava_lang_String_Handler", ApiSince=36)]
public virtual void OnRequestCurrentTvInputId(string serviceId);
[<Android.Runtime.Register("onRequestCurrentTvInputId", "(Ljava/lang/String;)V", "GetOnRequestCurrentTvInputId_Ljava_lang_String_Handler", ApiSince=36)>]
abstract member OnRequestCurrentTvInputId : string -> unit
override this.OnRequestCurrentTvInputId : string -> unit

Parameters

serviceId
String

The ID of the AD service bound to this view.

Attributes

Remarks

This is called when TvAdService.Session#requestCurrentTvInputId() is called.

Java documentation for android.media.tv.ad.TvAdView.TvAdCallback.onRequestCurrentTvInputId(java.lang.String).

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