Package 

Class Sharer.Result


  • 
    public class Sharer.Result
    
                        

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      final String postId
    • Constructor Summary

      Constructors 
      Constructor Description
      Sharer.Result(String postId) Constructor.
    • Method Summary

      Modifier and Type Method Description
      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)
        Constructor.
        Parameters:
        postId - the resulting post id.