TvInteractiveAppService.Session.OnAdResponse(AdResponse) Method

Definition

Called when an advertisement response is received.

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

Parameters

response
AdResponse
Attributes

Remarks

Called when an advertisement response is received.

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