TvInputService.Session.NotifyAdResponse(AdResponse) 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.
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.
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.