GfpAdLoaderBase

open class GfpAdLoaderBase

A base class for a GfpAdLoader. Provides common functionality for loading ads and managing ad listeners.

Inheritors

Types

Link copied to clipboard
A base class for GfpAdLoader.

Functions

Link copied to clipboard
open fun cancel()
Cancels the current ad loading and releases related resources.
Link copied to clipboard
open fun isDestroyed(): Boolean
Checks if the GfpAdLoader has been destroyed.
Link copied to clipboard
open fun loadAd()
Loads an ad using the current ad call listener.
open fun loadAd(@NonNull adParam: AdParam)
Loads an ad based on the given ad parameters.