Interface AdApi


public interface AdApi
An Api to interact with the underlying ad provider. Note that not all ad providers support all operations
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform the clickthrough operation on the current ad, if applicable.
    void
    Request to skip the currently playing ad, if any, and skippable.
  • Method Details

    • skipAd

      void skipAd()
      Request to skip the currently playing ad, if any, and skippable.
    • clickthrough

      void clickthrough()
      Perform the clickthrough operation on the current ad, if applicable.