TvInteractiveAppView.TvInteractiveAppCallback.OnRequestAvailableSpeeds Method

Definition

This is called when TvInteractiveAppService.Session#requestAvailableSpeeds() is called.

[Android.Runtime.Register("onRequestAvailableSpeeds", "(Ljava/lang/String;)V", "GetOnRequestAvailableSpeeds_Ljava_lang_String_Handler", ApiSince=34)]
public virtual void OnRequestAvailableSpeeds (string iAppServiceId);
[<Android.Runtime.Register("onRequestAvailableSpeeds", "(Ljava/lang/String;)V", "GetOnRequestAvailableSpeeds_Ljava_lang_String_Handler", ApiSince=34)>]
abstract member OnRequestAvailableSpeeds : string -> unit
override this.OnRequestAvailableSpeeds : string -> unit

Parameters

iAppServiceId
String

The ID of the TV interactive app service bound to this view.

Attributes

Remarks

This is called when TvInteractiveAppService.Session#requestAvailableSpeeds() is called.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.TvInteractiveAppCallback.onRequestAvailableSpeeds(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