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.map
/
PropertyListInitResult
Property
List
Init
Result
open
class
PropertyListInitResult
Members
Types
Result
Type
Link copied to clipboard
enum
ResultType
Properties
message
Link copied to clipboard
val
message
:
String
result
Type
Link copied to clipboard
val
resultType
:
PropertyListInitResult.ResultType
Functions
create
Error
Link copied to clipboard
open
fun
createError
(
message
:
String
)
:
PropertyListInitResult
create
Loading
Link copied to clipboard
open
fun
createLoading
(
)
:
PropertyListInitResult
create
Message
Link copied to clipboard
open
fun
createMessage
(
context
:
Context
,
errorCode
:
Int
)
:
PropertyListInitResult
create
Success
Link copied to clipboard
open
fun
createSuccess
(
)
:
PropertyListInitResult
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String