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.core.utils.helpers
/
ParseHelper
Parse
Helper
open
class
ParseHelper
Members
Constructors
Parse
Helper
Link copied to clipboard
constructor
(
)
Functions
convert
String
Array
To
Double
Array
Link copied to clipboard
open
fun
convertStringArrayToDoubleArray
(
inputStrings
:
Array
<
String
>
)
:
Array
<
Double
>
convert
String
Array
To
Integer
Array
Link copied to clipboard
open
fun
convertStringArrayToIntegerArray
(
inputStrings
:
Array
<
String
>
)
:
Array
<
Int
>
get
Exception
Text
Link copied to clipboard
open
fun
getExceptionText
(
e
:
Exception
)
:
String
split
Camel
Case
Link copied to clipboard
open
fun
splitCamelCase
(
s
:
String
)
:
String