Package 

Enum LossReason

  • 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.