TvInteractiveAppService.Session.OnVideoUnavailable(Int32) Method

Definition

Called when video is unavailable.

[Android.Runtime.Register("onVideoUnavailable", "(I)V", "GetOnVideoUnavailable_IHandler", ApiSince=33)]
public virtual void OnVideoUnavailable (int reason);
[<Android.Runtime.Register("onVideoUnavailable", "(I)V", "GetOnVideoUnavailable_IHandler", ApiSince=33)>]
abstract member OnVideoUnavailable : int -> unit
override this.OnVideoUnavailable : int -> unit

Parameters

reason
Int32
Attributes

Remarks

Called when video is unavailable.

Java documentation for android.media.tv.interactive.TvInteractiveAppService.Session.onVideoUnavailable(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