Package com.castlabs.android.adverts
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 TypeMethodDescriptionvoid
Perform the clickthrough operation on the current ad, if applicable.void
skipAd()
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.
-