TvInputService.Session.OnRemoveBroadcastInfo(Int32) Method

Definition

Called when broadcast info is removed.

[Android.Runtime.Register("onRemoveBroadcastInfo", "(I)V", "GetOnRemoveBroadcastInfo_IHandler", ApiSince=33)]
public virtual void OnRemoveBroadcastInfo (int requestId);
[<Android.Runtime.Register("onRemoveBroadcastInfo", "(I)V", "GetOnRemoveBroadcastInfo_IHandler", ApiSince=33)>]
abstract member OnRemoveBroadcastInfo : int -> unit
override this.OnRemoveBroadcastInfo : int -> unit

Parameters

requestId
Int32
Attributes

Remarks

Called when broadcast info is removed.

Java documentation for android.media.tv.TvInputService.Session.onRemoveBroadcastInfo(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