exi-android-sdk
androidJvm
exi-android-sdk
/
com.exisdk.util
Package-level
declarations
Types
Functions
Properties
Types
Constants
Link copied to clipboard
object
Constants
Result
Link copied to clipboard
sealed
class
Result
<
out
L
,
out
R
>
Properties
date
Time
Formatter
Link copied to clipboard
val
dateTimeFormatter
:
SimpleDateFormat
date
Time
Parser
Link copied to clipboard
val
dateTimeParser
:
SimpleDateFormat
day
Formatter
Link copied to clipboard
val
dayFormatter
:
SimpleDateFormat
fitbit
Date
Formatter
Link copied to clipboard
val
fitbitDateFormatter
:
SimpleDateFormat
full
Day
Formatter
Link copied to clipboard
val
fullDayFormatter
:
SimpleDateFormat
last
Sync
Time
Formatter
Link copied to clipboard
val
lastSyncTimeFormatter
:
SimpleDateFormat
last
Sync
Time
Parser
Link copied to clipboard
val
lastSyncTimeParser
:
SimpleDateFormat
Functions
day
Of
Week
Full
Sentence
Link copied to clipboard
fun
dayOfWeekFullSentence
(
date
:
Date
)
:
String
day
Of
Week
Sentence
Link copied to clipboard
fun
dayOfWeekSentence
(
date
:
Date
)
:
String
is
Date
Format
Valid
Link copied to clipboard
fun
isDateFormatValid
(
dateString
:
String
,
expectedFormat
:
String
)
:
Boolean
is
In
The
Day
Range
Link copied to clipboard
fun
Date
.
isInTheDayRange
(
dayRange
:
Int
)
:
Boolean
is
Today
Link copied to clipboard
fun
Date
.
isToday
(
)
:
Boolean
make
Response
Link copied to clipboard
inline suspend
fun
<
T
>
makeResponse
(
mockFunction
:
(
)
->
T
,
realFunction
:
(
)
->
T
)
:
Result
<
EXIError
,
T
>