EditorActivity

open class EditorActivity

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
loadContentView
Link copied to clipboard
open fun loadContentView()
onBackPressed
Link copied to clipboard
open fun onBackPressed()
onCreate
Link copied to clipboard
open fun onCreate(savedInstanceState: <ERROR CLASS>?)
onExportDone
Link copied to clipboard

This method is called from a WorkerThread, after the export is done. You can override this method to get the result before or without closing the editor.

open fun onExportDone(result: <ERROR CLASS>): Boolean
onExportStart
Link copied to clipboard

This method is called from a WorkerThread, before starting the export.

open fun onExportStart(stateHandler: <ERROR CLASS>)
onPause
Link copied to clipboard
open fun onPause()
onRequestPermissionsResult
Link copied to clipboard
open fun onRequestPermissionsResult(requestCode: Int, permissions: Array<String>, grantResults: IntArray)
onResultReady
Link copied to clipboard

This method is called from the MainThread, after the export is done. It is NOT recommended to override this method, please override `onExportDone() instead.

open fun onResultReady(inputUri: <ERROR CLASS>?, resultUri: <ERROR CLASS>?, hasExported: Boolean)
onResume
Link copied to clipboard
open fun onResume()
setResult
Link copied to clipboard
open fun setResult(result: <ERROR CLASS>)
showLoadingErrorDialogIfNecessary
Link copied to clipboard
open fun showLoadingErrorDialogIfNecessary()
toString
Link copied to clipboard
open override fun toString(): String