-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum LossReason extends Enum<LossReason>
Represents the reason why a bid was lost in an auction.
This enum is used to categorize the reasons for losing a bid, which can help in debugging and understanding auction dynamics.
Note! The commented out values are not needed for the SDK implementation and are left for reference.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOST_TO_HIGHER_BIDINTERNAL_ERRORBID_WON
-
Method Summary
Modifier and Type Method Description final IntegergetCode()final StringgetDescription()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getDescription
final String getDescription()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-