toggle menu
Android-IMLibCore-SDK
0.0.1
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib
/
IRongCoreCallback
/
SendImageMessageCallback
Send
Image
Message
Callback
io.rong.imlib
public
abstract
class
SendImageMessageCallback
extends
IRongCoreCallback.SendMessageCallback
Callback triggered when an image message is sent.
Inheritors
SendMediaMessageCallback
Members
Constructors
IRong
Core
Callback.
Send
Image
Message
Callback
Link copied to clipboard
io.rong.imlib
public
void
IRongCoreCallback.SendImageMessageCallback
(
)
Functions
on
Attached
Link copied to clipboard
io.rong.imlib
public
abstract
void
onAttached
(
Message message
)
The message has been saved to the database.
on
Error
Link copied to clipboard
io.rong.imlib
public
abstract
void
onError
(
Message message
,
IRongCoreEnum.CoreErrorCode
code
)
Message sending failed.
public
void
onError
(
Integer
messageId
,
IRongCoreEnum.CoreErrorCode
e
)
on
Progress
Link copied to clipboard
io.rong.imlib
public
abstract
void
onProgress
(
Message message
,
int progress
)
Message sending progress.
on
Success
Link copied to clipboard
io.rong.imlib
public
abstract
void
onSuccess
(
Message message
)
Message sent successfully.
public
void
onSuccess
(
Integer
integer
)
Callback triggered upon success.
Inherited functions
on
Callback
Link copied to clipboard
io.rong.imlib
public
void
onCallback
(
T
t
)
on
Error
Link copied to clipboard
io.rong.imlib
public
final
void
onError
(
IRongCoreEnum.CoreErrorCode
e
)
Callback triggered on error.
on
Fail
Link copied to clipboard
io.rong.imlib
public
void
onFail
(
IRongCoreEnum.CoreErrorCode
coreErrorCode
)
public
void
onFail
(
int errorCode
)
public
final
void
onFail
(
IRongCoreEnum.CoreErrorCode
coreErrorCode
)
public
final
void
onFail
(
int errorCode
)
public
final
void
onFail
(
Integer
messageId
,
IRongCoreEnum.CoreErrorCode
coreErrorCode
)
public
final
void
onFail
(
Integer
messageId
,
int errorCode
)