Interface POBBidEventListener

  • All Implemented Interfaces:

    
    public interface POBBidEventListener
    
                        

    Interface definition to notifie bid events

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onBidReceived(@NonNull() POBBidEvent bidEvent, @NonNull() POBBid bid) Notifies the delegate that bid has been successfully received
      abstract void onBidFailed(@NonNull() POBBidEvent bidEvent, @NonNull() POBError error) Notifies the delegate of an error encountered while fetching the bid
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onBidFailed

         abstract void onBidFailed(@NonNull() POBBidEvent bidEvent, @NonNull() POBError error)

        Notifies the delegate of an error encountered while fetching the bid

        Parameters:
        bidEvent - reference of POBBidEvent interface.
        error - the error of type POBError while fetching bid