NativeBannerAdLoadedEvent class

Represents an event indicating that a native banner ad has been loaded. This event is a subclass of BannerAdEvent.

Inheritance

Constructors

NativeBannerAdLoadedEvent({required int viewId, required String title, required String description, required String imageUrl, required String clickUrl})
Represents an event indicating that a native banner ad has been loaded.

Properties

clickUrl String
The click URL of the main image within in the native ad.
final
description String
The description which should be shown within the native ad.
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
The URL of the main image within in the native ad.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title which should be shown within the native ad.
final
viewId int
The unique identifier for the view.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited