Sharer.Result

Helper object for handling the result from a share dialog or share operation

扩展:Object
应用安装包:share
构造函数
Sharer.Result(String)

Constructor.

public Sharer.Result(String postId)
参数描述
postIdThe resulting post id.
实例方法
getPostId()

Returns the post id, if available.

public String getPostId()
Returns
The post id.