Created
June 8, 2019 09:56
-
-
Save deepakkumardk/4396b2d6ac6dfa4320e79ceb3e916dd0 to your computer and use it in GitHub Desktop.
DriveTempFileCallback interface to handle single image from drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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