Package 

Class Sharer.Result


  • 
    public final class Sharer.Result
    
                        

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String postId
    • Method Summary

      Modifier and Type Method Description
      final String getPostId() 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