TvInputService.Session.NotifyAdResponse(AdResponse) Method

Definition

Notifies response for advertisement.

[Android.Runtime.Register("notifyAdResponse", "(Landroid/media/tv/AdResponse;)V", "GetNotifyAdResponse_Landroid_media_tv_AdResponse_Handler", ApiSince=33)]
public virtual void NotifyAdResponse (Android.Media.TV.AdResponse response);
[<Android.Runtime.Register("notifyAdResponse", "(Landroid/media/tv/AdResponse;)V", "GetNotifyAdResponse_Landroid_media_tv_AdResponse_Handler", ApiSince=33)>]
abstract member NotifyAdResponse : Android.Media.TV.AdResponse -> unit
override this.NotifyAdResponse : Android.Media.TV.AdResponse -> unit

Parameters

response
AdResponse

advertisement response.

Attributes

Remarks

Notifies response for advertisement.

Java documentation for android.media.tv.TvInputService.Session.notifyAdResponse(android.media.tv.AdResponse).

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