Class PublicServiceExtensionModule
-
- All Implemented Interfaces:
public class PublicServiceExtensionModule
-
-
Constructor Summary
Constructors Constructor Description PublicServiceExtensionModule()
-
Method Summary
Modifier and Type Method Description void
onInit(Context context, String appKey)
void
onAttachedToExtension(Fragment fragment, RongExtension extension)
void
updateMenu(PublicServiceProfile publicServiceProfile)
void
onDetachedFromExtension()
void
onReceivedMessage(Message message)
List<IPluginModule>
getPluginModules(ConversationType conversationType)
List<IEmoticonTab>
getEmoticonTabs()
void
onDisconnect()
-
-
Method Detail
-
onInit
void onInit(Context context, String appKey)
-
onAttachedToExtension
void onAttachedToExtension(Fragment fragment, RongExtension extension)
-
updateMenu
void updateMenu(PublicServiceProfile publicServiceProfile)
-
onDetachedFromExtension
void onDetachedFromExtension()
-
onReceivedMessage
void onReceivedMessage(Message message)
-
getPluginModules
List<IPluginModule> getPluginModules(ConversationType conversationType)
-
getEmoticonTabs
List<IEmoticonTab> getEmoticonTabs()
-
onDisconnect
void onDisconnect()
-
-
-
-