STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.mybusiness
/
STWAddAttachmentCallback
STWAdd
Attachment
Callback
interface
STWAddAttachmentCallback
<
T
:
Error
?
>
:
STWCallback
<
T
>
Content copied to clipboard
This callback is used to handle all events of add attachment in process.
Functions
Inherited functions
Functions
on
Success
Link copied to clipboard
@
MainThread
abstract
fun
onSuccess
(
@
NonNull
attachmentPath
:
String
)
Content copied to clipboard
Called when action has been completed successfully
Inherited functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
@
NonNull
error
:
T
)
Content copied to clipboard
Called when an error occurs following a request executed by the developer.