TvInteractiveAppView.Reset 方法

定义

重置此 TvInteractiveAppView 以释放其资源。

[Android.Runtime.Register("reset", "()V", "GetResetHandler", ApiSince=33)]
public virtual void Reset ();
[<Android.Runtime.Register("reset", "()V", "GetResetHandler", ApiSince=33)>]
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
属性

注解

重置此 TvInteractiveAppView 以释放其资源。

可以通过调用 #prepareInteractiveApp(String, int)重复使用它。

适用于 . 的 android.media.tv.interactive.TvInteractiveAppView.reset()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于