ad_size library
Classes
- AdSize
- Represents the size of an ad.
- BannerAdClickedEvent
- Represents an ad clicked event This class is an abstract class that extends BannerAdEvent.
- BannerAdErrorEvent
- Represents an error event for a banner ad. This class is an abstract class that extends BannerAdEvent.
- BannerAdEvent
- Represents an event related to a banner ad.
- BannerAdLoadedErrorEvent
- Represents an event that occurs when a banner ad fails to load. This event is a subclass of BannerAdErrorEvent.
- BannerAdLoadedEvent
- Represents an event that is triggered when a banner ad is successfully loaded.
- NativeBannerAdLoadedErrorEvent
- Represents an event that is triggered when a native banner ad fails to load. Extends the BannerAdErrorEvent class.
- NativeBannerAdLoadedEvent
- Represents an event indicating that a native banner ad has been loaded. This event is a subclass of BannerAdEvent.
- UserId
- Represents a user ID with its source.
- XandrPlatform
- The interface that implementations of xandr must implement.
Enums
- UserIdSource
- Enum representing the source of a user ID.
Constants
- useDemoAds → const CustomKeywords
- A constant representing the use of demo ads.
Typedefs
-
CustomKeywords
= Map<
String, List< String> > - A typedef representing a map of custom keywords.