Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui
/
com.mapsted.ui
/
MapUiApi
/
Lifecycle
Lifecycle
interface
Lifecycle
Inheritors
LifecycleImpl
Members
Functions
on
Back
Pressed
Link copied to clipboard
abstract
fun
onBackPressed
(
)
:
Boolean
Call whenever the back button is pressed
on
Configuration
Changed
Link copied to clipboard
abstract
fun
onConfigurationChanged
(
activity
:
AppCompatActivity
,
newConfig
:
Configuration
)
This method makes sure that the sdk properly loads the selected language when language is switched.
on
Destroy
Link copied to clipboard
abstract
fun
onDestroy
(
)
Notify SDK of activity destroyed.
on
Pause
Link copied to clipboard
abstract
fun
onPause
(
)
Notify SDK of activity paused
on
Request
Permissions
Result
Link copied to clipboard
abstract
fun
onRequestPermissionsResult
(
requestCode
:
Int
,
@
NonNull
permissions
:
Array
<
String
>
,
@
NonNull
grantResults
:
Array
<
Int
>
)
:
Boolean
on
Resume
Link copied to clipboard
abstract
fun
onResume
(
)
Notify SDK of activity resumed