RegisterAppParameters class
Constructors
-
RegisterAppParameters({String appVersion = "1.0", String rewardType = "2", required BuildContext context, required ApiRegister apiKey, required void onUpdateLaunch(String url), required void onError(String message), required void onComplete(), Map<
NetworkType, NetworkInterface> ? requiredAdNetworks})
Properties
- apiKey → ApiRegister
-
final
- appVersion → String
-
final
- context → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onComplete → void Function()
-
final
- onError → void Function(String message)
-
final
- onUpdateLaunch → void Function(String url)
-
final
-
requiredAdNetworks
→ Map<
NetworkType, NetworkInterface> ? -
final
- rewardType → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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