ProtocolShare.lua 691 B

123456789101112131415161718192021222324
  1. --------------------------------
  2. -- @module ProtocolShare
  3. -- @extend PluginProtocol
  4. -- @parent_module plugin
  5. --------------------------------
  6. -- brief share result callback
  7. -- @function [parent=#ProtocolShare] onShareResult
  8. -- @param self
  9. -- @param #int ret
  10. -- @param #char msg
  11. --------------------------------
  12. -- brief config the share developer info<br>
  13. -- param devInfo This parameter is the info of developer,<br>
  14. -- different plugin have different format<br>
  15. -- warning Must invoke this interface before other interfaces.<br>
  16. -- And invoked only once.
  17. -- @function [parent=#ProtocolShare] configDeveloperInfo
  18. -- @param self
  19. -- @param #map_table devInfo
  20. return nil