STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.contact.model
/
OperationResult
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
error
Link copied to clipboard
fun
<
T
>
error
(
errorCode
:
Int
,
error
:
Exception
?
=
null
)
:
OperationResult
<
T
>
Content copied to clipboard
loading
Link copied to clipboard
fun
<
T
>
loading
(
data
:
T
?
=
null
)
:
OperationResult
<
T
>
Content copied to clipboard
success
Link copied to clipboard
fun
<
T
>
success
(
data
:
T
)
:
OperationResult
<
T
>
Content copied to clipboard