FirebaseAnalyticsAdShownLoggable class

Loggable for Firebase Analytics Ad Shown.

Firebase Analytics 広告表示用の Loggable。

Inheritance
  • Object
  • Loggable
  • FirebaseAnalyticsAdShownLoggable

Constructors

FirebaseAnalyticsAdShownLoggable.new({required String? platform, required String? source, required String? format, required String adId, required double? rewardValue, required String? rewardCurrency})
Loggable for Firebase Analytics Ad Shown.
const

Properties

adId String
Ad ID.
final
format String?
Format of advertisement.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the log.
no setteroverride
platform String?
Advertising Platforms.
final
rewardCurrency String?
Reward Currency.
final
rewardValue double?
Reward Value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Source of advertisement.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
You can convert from Json to pass parameters.
override
toString() String
A string representation of this object.
inherited

Operators

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