Package io.rong.imlib

Interface IMLibExtensionModuleIPC

  • All Implemented Interfaces:
    java.io.Serializable

    
    public interface IMLibExtensionModuleIPC
     implements Serializable
                        

    For usage instructions, please refer to remoteControl or moment

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onIPCProcessInit(Context context, NativeObject nativeObject) IPC process initialization callback
      abstract Map onMethodCall(String className, String methodKey, Map param, NativeObject nativeObject) module Called back when the IPC process initializes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onIPCProcessInit

         abstract void onIPCProcessInit(Context context, NativeObject nativeObject)

        IPC process initialization callback

      • onMethodCall

         abstract Map onMethodCall(String className, String methodKey, Map param, NativeObject nativeObject)

        module Called back when the IPC process initializes