FastRewardedAdBlocEvent class
- Inheritance
-
- Object
- BlocEvent<
FastRewardedAdBlocEventType, FastRewardedAdBlocEventPayload> - FastRewardedAdBlocEvent
Constructors
- FastRewardedAdBlocEvent.adDismissed()
-
const
- FastRewardedAdBlocEvent.adLoaded()
-
const
- FastRewardedAdBlocEvent.adLoadingError(dynamic error)
- FastRewardedAdBlocEvent.adShowed()
-
const
- FastRewardedAdBlocEvent.adShowingError(dynamic error)
- FastRewardedAdBlocEvent.clearAndCancelAdRequest()
-
const
- FastRewardedAdBlocEvent.earnedReward(RewardItem reward)
- FastRewardedAdBlocEvent.init(FastRewardedAdBlocEventPayload payload)
-
const
- FastRewardedAdBlocEvent.initialized()
-
const
- FastRewardedAdBlocEvent.loadAndShowAd()
-
const
Properties
- error → Object?
-
The error of the event.
finalinherited
- forceBuild → bool
-
Indicates whether the bloc builder can force rendering.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload → FastRewardedAdBlocEventPayload?
-
The payload of the event.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → FastRewardedAdBlocEventType?
-
The type of the event.
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