Share via


TvInteractiveAppView.PrepareInteractiveApp(String, Int32) Method

Definition

Prepares the interactive application runtime environment of corresponding TvInteractiveAppService.

[Android.Runtime.Register("prepareInteractiveApp", "(Ljava/lang/String;I)V", "GetPrepareInteractiveApp_Ljava_lang_String_IHandler", ApiSince=33)]
public virtual void PrepareInteractiveApp (string iAppServiceId, int type);
[<Android.Runtime.Register("prepareInteractiveApp", "(Ljava/lang/String;I)V", "GetPrepareInteractiveApp_Ljava_lang_String_IHandler", ApiSince=33)>]
abstract member PrepareInteractiveApp : string * int -> unit
override this.PrepareInteractiveApp : string * int -> unit

Parameters

iAppServiceId
String

the interactive app service ID, which can be found in TvInteractiveAppServiceInfo#getId().

type
Int32
Attributes

Remarks

Prepares the interactive application runtime environment of corresponding TvInteractiveAppService.

Java documentation for android.media.tv.interactive.TvInteractiveAppView.prepareInteractiveApp(java.lang.String, int).

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