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-core
/
com.mapsted.positioning
/
SdkStatusUpdate
Sdk
Status
Update
open
class
SdkStatusUpdate
Members
Constructors
Sdk
Status
Update
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Constructor
Types
Codes
Link copied to clipboard
open
class
Codes
Collection of status update codes
Properties
code
Link copied to clipboard
open
var
code
:
Int
message
Link copied to clipboard
open
var
message
:
String
Descriptive Status Update message
Functions
from
Link copied to clipboard
open
fun
from
(
update
:
SdkUpdateType
,
message
:
String
)
:
SdkStatusUpdate
converts a internal Common.
get
Error
Code
String
Link copied to clipboard
open
fun
getErrorCodeString
(
code
:
Int
)
:
String
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String