MediationResultState class
- Inheritance
-
- Object
- ProtobufEnum
- MediationResultState
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → MediationResultState?
Constants
- MEDIATION_RESULT_ACCEPTED → const MediationResultState
- MEDIATION_RESULT_REJECTED → const MediationResultState
- PAYOUT_TX_PUBLISHED → const MediationResultState
- PAYOUT_TX_PUBLISHED_MSG_ARRIVED → const MediationResultState
- PAYOUT_TX_PUBLISHED_MSG_IN_MAILBOX → const MediationResultState
- PAYOUT_TX_PUBLISHED_MSG_SEND_FAILED → const MediationResultState
- PAYOUT_TX_PUBLISHED_MSG_SENT → const MediationResultState
- PAYOUT_TX_SEEN_IN_NETWORK → const MediationResultState
- PB_ERROR_MEDIATION_RESULT → const MediationResultState
- RECEIVED_PAYOUT_TX_PUBLISHED_MSG → const MediationResultState
- RECEIVED_SIG_MSG → const MediationResultState
- SIG_MSG_ARRIVED → const MediationResultState
- SIG_MSG_IN_MAILBOX → const MediationResultState
- SIG_MSG_SEND_FAILED → const MediationResultState
- SIG_MSG_SENT → const MediationResultState
- UNDEFINED_MEDIATION_RESULT → const MediationResultState
-
values
→ const List<
MediationResultState>