TvInteractiveAppView.PrepareInteractiveApp(String, Int32) 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.
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
.
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.