Package com.intercom.input.gallery
Interface GalleryInputDataSource.Listener
-
- Enclosing interface:
- GalleryInputDataSource
public static interface GalleryInputDataSource.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError()voidonSuccess(List<GalleryImage> images)
-
-
-
Method Detail
-
onSuccess
void onSuccess(List<GalleryImage> images)
-
onError
void onError()
-
-