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/4396b2d6ac6dfa4320e79ceb3e916dd0 to your computer and use it in GitHub Desktop.
Save deepakkumardk/4396b2d6ac6dfa4320e79ceb3e916dd0 to your computer and use it in GitHub Desktop.
DriveTempFileCallback interface to handle single image from drive
public interface DriveTempFileCallback {
fun onFileCreated(file: File)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment