Documents_Activity

open class Documents_Activity

share, export and import calculator documents

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
protected open var Chooser_Id: String
Id of the document chooser.
Link copied to clipboard
protected open var Chooser_Title_Open: String
menu share text.
Link copied to clipboard
protected open var Chooser_Title_Share: String
menu share text.
Link copied to clipboard
private val TAG: String
class logger tag.

Functions

Link copied to clipboard
protected open fun Archive_Files(resultCode: Int, data: Intent)
Link copied to clipboard
open fun Button_Archive()
Export all calculator file to zip files
Link copied to clipboard
open fun Button_Export()
Export all calculator files
Link copied to clipboard
open fun Button_Import()
Import all calculator files
Link copied to clipboard
open fun Button_Open()
Open a calculator file
Link copied to clipboard
open fun Button_Share()
Share a calculator file
Link copied to clipboard
open fun Button_Unarchive()
Import all calculator file from zip files
Link copied to clipboard
protected open fun Export_Files(resultCode: Int, data: Intent)
Link copied to clipboard
protected open fun Import_Files(resultCode: Int, data: Intent)
Link copied to clipboard
protected open fun onStart()
Link copied to clipboard
protected open fun onStop()
Link copied to clipboard
protected open fun Open_File(resultCode: Int, data: Intent)
Link copied to clipboard
protected open fun Share_File(resultCode: Int, data: Intent)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
protected open fun Unarchive_Files(resultCode: Int, data: Intent)