Interface EventController.UploadEventPosterCallback

Enclosing class:
EventController

public static interface EventController.UploadEventPosterCallback
Callback interface for uploading an event poster.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which contains the posterUrl after a successful event poster upload
  • Method Details

    • onSuccessfulUpload

      void onSuccessfulUpload(String posterUrl)
      Callback which contains the posterUrl after a successful event poster upload
      Parameters:
      posterUrl - Url of event poster
    • onError

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