共用方式為


TvInteractiveAppView.PrepareInteractiveApp(String, Int32) 方法

定義

準備相對應的 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

參數

iAppServiceId
String

互動式應用程式服務標識碼,可在 中找到 TvInteractiveAppServiceInfo#getId()

type
Int32
屬性

備註

準備相對應的 TvInteractiveAppService互動式應用程式運行時間環境。

android.media.tv.interactive.TvInteractiveAppView.prepareInteractiveApp(java.lang.String, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於