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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clickthrough()
      Perform the clickthrough operation on the current ad, if applicable.
      void skipAd()
      Request to skip the currently playing ad, if any, and skippable.
    • Method Detail

      • 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.