PurchaseFunctionsAction class abstract

InAppPurchase actions used in Functions.

Inherit and use.

Functionsで用いるInAppPurchaseのアクション。

継承して使ってください。

Inheritance
Implementers

Constructors

PurchaseFunctionsAction()
InAppPurchase actions used in Functions.
const

Properties

action String
Action Name.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(Future<DynamicMap?> callback(DynamicMap? map)) Future<PurchaseFunctionsActionResponse>
The value is actually passed to the server side for execution.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → DynamicMap?
Convert to DynamicMap to pass values to the server side.
inherited
toResponse(DynamicMap map) PurchaseFunctionsActionResponse
Converts the value returned from the server side to TResponse.
override
toString() String
A string representation of this object.
inherited
verify(DynamicMap? response) Future<bool>
Validate response. If true, the validation succeeds; if false, the validation fails.

Operators

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