toggle menu
Android-CallLib-SDK
5.6.9
io.rong.calllib
switch theme
search in API
Android-CallLib-SDK
/
io.rong.calllib
/
RongCallExtensionModule
Rong
Call
Extension
Module
public
class
RongCallExtensionModule
Members
Constructors
Rong
Call
Extension
Module
Link copied to clipboard
public
void
RongCallExtensionModule
(
)
Functions
get
Cmd
Message
Content
List
Link copied to clipboard
public
List
<
Class
<
? extends
MessageContent
>
>
getCmdMessageContentList
(
)
get
Message
Content
List
Link copied to clipboard
public
List
<
Class
<
? extends
MessageContent
>
>
getMessageContentList
(
)
on
Connect
Status
Changed
Link copied to clipboard
public
void
onConnectStatusChanged
(
ConnectionStatus status
)
on
Create
Link copied to clipboard
public
void
onCreate
(
Context context
,
String
appKey
)
on
Destroy
Link copied to clipboard
public
void
onDestroy
(
)
on
Disconnect
Link copied to clipboard
public
void
onDisconnect
(
)
on
Login
Link copied to clipboard
public
void
onLogin
(
String
userId
,
String
token
)
on
Logout
Link copied to clipboard
public
void
onLogout
(
)
on
Receive
Message
Link copied to clipboard
public
boolean
onReceiveMessage
(
Message message
,
int left
,
boolean offline
,
int cmdLeft
)
on
Request
Hardware
Resource
Link copied to clipboard
public
boolean
onRequestHardwareResource
(
ResourceType resourceType
)
on
Service
Connected
Link copied to clipboard
public
void
onServiceConnected
(
Context context
,
IHandler stub
,
OnReceiveMessageListener listener
)