Interface EventController.UploadEventPosterCallback
- Enclosing class:
- EventController
public static interface EventController.UploadEventPosterCallback
Callback interface for uploading an event poster.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error messagevoid
onSuccessfulUpload
(String posterUrl) Callback which contains the posterUrl after a successful event poster upload
-
Method Details
-
onSuccessfulUpload
Callback which contains the posterUrl after a successful event poster upload- Parameters:
posterUrl
- Url of event poster
-
onError
Callback which contains an error message- Parameters:
message
- description of the error
-