Skip to content

Instantly share code, notes, and snippets.

@tizisdeepan
Created August 22, 2019 12:42
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 tizisdeepan/7277b11d29e595a413b70bb4ee7ccc98 to your computer and use it in GitHub Desktop.
Save tizisdeepan/7277b11d29e595a413b70bb4ee7ccc98 to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity(), OnTrimVideoListener {
...
override fun onCropStarted(){
}
override fun getResult(uri: Uri){
}
override fun cancelAction(){
}
override fun onError(message: String){
}
override fun onProgress(progress: Float){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment