TvInteractiveAppView.SetTvView(TvView) 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.
Sets the TvInteractiveAppView to receive events from TIS.
[Android.Runtime.Register("setTvView", "(Landroid/media/tv/TvView;)I", "GetSetTvView_Landroid_media_tv_TvView_Handler", ApiSince=33)]
public virtual int SetTvView (Android.Media.TV.TvView? tvView);
[<Android.Runtime.Register("setTvView", "(Landroid/media/tv/TvView;)I", "GetSetTvView_Landroid_media_tv_TvView_Handler", ApiSince=33)>]
abstract member SetTvView : Android.Media.TV.TvView -> int
override this.SetTvView : Android.Media.TV.TvView -> int
Parameters
- tvView
- TvView
the TvView to be linked to this TvInteractiveAppView via linking of Sessions.
Returns
The result of the operation.
- Attributes
Remarks
Sets the TvInteractiveAppView to receive events from TIS. This method links the session of TvInteractiveAppManager to TvInputManager session, so the TIAS can get the TIS events.
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.