IronSourceOWCreditInfo class
Offerwall credit info wrapper
- Implementers
- Annotations
-
- @Deprecated("This class has been deprecated as of SDK 7.3.0. Please use IronSourceOfferWallCreditInfo instead.")
Constructors
- IronSourceOWCreditInfo({required int credits, required int totalCredits, required bool totalCreditsFlag})
Properties
- credits → int
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCredits → int
-
final
- totalCreditsFlag → bool
-
In some cases, we won’t be able to provide the exact amount of credits earned
since the previous OW credited event (specifically when the user clears the app data).
In such cases 'credits' will also represent 'totalCredits', and this will be 'true'.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
Equality overrides
override