Skip to content

Instantly share code, notes, and snippets.

@deepakkumardk
Created June 8, 2019 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepakkumardk/7417c4e49ffd8bdddc035836e1f74d49 to your computer and use it in GitHub Desktop.
Save deepakkumardk/7417c4e49ffd8bdddc035836e1f74d49 to your computer and use it in GitHub Desktop.
DriveImageCallback Interface to handle multiple images from drive
public interface DriveImageCallback {
fun onSuccess(list: ArrayList<Uri>)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment