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-loc-share
/
com.mapsted.locshare.data.models.location
/
OS
OS
data
class
OS
(
val
type
:
String
=
"Android"
,
val
name
:
String
=
Build.VERSION.RELEASE
,
val
versionNumber
:
Int
=
Build.VERSION.SDK_INT
)
Members
Constructors
OS
Link copied to clipboard
constructor
(
type
:
String
=
"Android"
,
name
:
String
=
Build.VERSION.RELEASE
,
versionNumber
:
Int
=
Build.VERSION.SDK_INT
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String
version
Number
Link copied to clipboard
val
versionNumber
:
Int