Android SDK Version


public final class Sharer.Result
Helper object for handling the result from a share dialog or share operation
Field Summary
Modifier and TypeFieldDescription
private final StringpostId
Constructor Summary
ConstructorDescription
Sharer.Result(String postId)
Method Summary
Modifier and TypeMethodDescription
final StringgetPostId() Returns the post id, if available.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

Sharer.Result

Sharer.Result(String postId)
Method Detail

getPostId

 final StringgetPostId()
Returns the post id, if available.