来自mergExt的mergPopActivity在android中使用livecode

时间:2014-03-21 14:25:32

标签: livecode

任何人都使用Android中的mergPopActivity来共享Facebook或其他文本? 有没有我们如何使用它的例子?

这是来自mergExt

on mouseUp
   try
      mergPopActivity "Hello"
   catch e
      answer e
   end try
end mouseUp

1 个答案:

答案 0 :(得分:0)

mergAndroid.html 包含有关mergPopActivity的以下信息:

command mergPopActivity pText,pImagePaths,pURLs

与其他应用分享数据

参数:

pText - A string that you want to share. 
Note that the Facebook app has a bug that it will not accept shared text.

pImagePaths - A list of image paths to share. The image paths must be readable by other applications such as on external storage

pURLs - A list of URLs to include in the share text.