app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.minapps.trackeditor.core.domain.tool
/
ToolUiContext
Tool
Ui
Context
interface
ToolUiContext
TODO
Inheritors
MapActivity
Members
Functions
get
Edit
State
Link copied to clipboard
abstract
fun
getEditState
(
)
:
EditState
show
Dialog
Link copied to clipboard
abstract
suspend
fun
<
T
:
Any
>
showDialog
(
dialog
:
ToolDialog
<
T
>
)
:
T
?
show
Toast
Link copied to clipboard
abstract
fun
showToast
(
message
:
String
)