TvAdView.ResetAdService 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.
Resets the AD service.
[Android.Runtime.Register("resetAdService", "()V", "GetResetAdServiceHandler", ApiSince=36)]
public virtual void ResetAdService();
[<Android.Runtime.Register("resetAdService", "()V", "GetResetAdServiceHandler", ApiSince=36)>]
abstract member ResetAdService : unit -> unit
override this.ResetAdService : unit -> unit
- Attributes
Remarks
Resets the AD service.
This releases the resources of the corresponding TvAdService.Session
.
Java documentation for android.media.tv.ad.TvAdView.resetAdService()
.
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.