PACECloudSDK
/
cloud.pace.sdk.appkit.app
/
AppFragmentViewModel
App
Fragment
View
Model
abstract class
AppFragmentViewModel
:
ViewModel
Content copied to clipboard
Functions
Properties
Inheritors
Functions
clear
Link copied to clipboard
@
MainThread
fun
clear
()
Content copied to clipboard
get
Tag
Link copied to clipboard
open fun <
T
:
Any
>
getTag
(p0:
String
):
T
Content copied to clipboard
on
Cleared
Link copied to clipboard
open fun
onCleared
()
Content copied to clipboard
set
Tag
If
Absent
Link copied to clipboard
open fun <
T
:
Any
>
setTagIfAbsent
(p0:
String
, p1:
T
):
T
Content copied to clipboard
Properties
closeEvent
Link copied to clipboard
abstract val
closeEvent
:
LiveData
<
Event
<
Unit
>>
Content copied to clipboard
openUrlInNewTab
Link copied to clipboard
abstract val
openUrlInNewTab
:
LiveData
<
Event
<
OpenURLInNewTabRequest
>>
Content copied to clipboard
Inheritors
AppFragmentViewModelImpl
Link copied to clipboard