Class SocialOSX

    • Constructor Detail

    • Method Detail

      • isConfigured

        public boolean isConfigured()
        Deprecated.
        Description copied from class: Social
        Returns true, if the Social instance is correctly configured and ready to go.
        Specified by:
        isConfigured in class Social
        Returns:
        true or false
      • canShare

        public boolean canShare​(String message)
        Deprecated.
        Description copied from class: Social
        Returns true, if the given message can be shared by the service.
        Specified by:
        canShare in class Social
        Parameters:
        message - message
        Returns:
        true or false
      • share

        public void share​(String message)
                   throws SocialException
        Deprecated.
        Description copied from class: Social
        Shares a message with using this service.
        Specified by:
        share in class Social
        Parameters:
        message - message
        Throws:
        SocialException - if the message cannot be shared.