TvAdManager.TvAdServiceCallback.OnAdServiceUpdated(String) Method

Definition

This is called when a TV AD service is updated on the system.

[Android.Runtime.Register("onAdServiceUpdated", "(Ljava/lang/String;)V", "GetOnAdServiceUpdated_Ljava_lang_String_Handler", ApiSince=36)]
public virtual void OnAdServiceUpdated(string serviceId);
[<Android.Runtime.Register("onAdServiceUpdated", "(Ljava/lang/String;)V", "GetOnAdServiceUpdated_Ljava_lang_String_Handler", ApiSince=36)>]
abstract member OnAdServiceUpdated : string -> unit
override this.OnAdServiceUpdated : string -> unit

Parameters

serviceId
String

The ID of the TV AD service.

Attributes

Remarks

This is called when a TV AD service is updated on the system.

Normally it happens when a previously installed TV AD service package is re-installed or a newer version of the package exists becomes available/unavailable.

Java documentation for android.media.tv.ad.TvAdManager.TvAdServiceCallback.onAdServiceUpdated(java.lang.String).

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