ProtocolSocial.lua 777 B

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