Interface FirebaseAttendee.EventDetailsCallback

Enclosing class:
FirebaseAttendee

public static interface FirebaseAttendee.EventDetailsCallback
Callback interface for handling the result of fetching event details.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which contains an Event object
  • Method Details

    • onEventDetailsFetched

      void onEventDetailsFetched(Event event)
      Callback which contains an Event object
      Parameters:
      event - The event fetched
    • onError

      void onError(String message)
      Callback which contains an error message
      Parameters:
      message - description of the error