Package 

Class ShareOpenGraphValueContainer

    • Method Detail

      • getBundle

         Bundle getBundle()

        Returns the values in the container packaged in a bundle.

      • getBoolean

         boolean getBoolean(String key, boolean defaultValue)

        Gets a boolean value out of the object.

        Parameters:
        key - The key for the value.
        defaultValue - The value to return if no value is found for the specified key.
      • getDouble

         double getDouble(String key, double defaultValue)

        Gets a double value out of the object.

        Parameters:
        key - The key for the value.
        defaultValue - The value to return if no value is found for the specified key.
      • getInt

         int getInt(String key, int defaultValue)

        Gets an int value out of the object.

        Parameters:
        key - The key for the value.
        defaultValue - The value to return if no value is found for the specified key.
      • getLong

         long getLong(String key, long defaultValue)

        Gets an long value out of the object.

        Parameters:
        key - The key for the value.
        defaultValue - The value to return if no value is found for the specified key.
      • keySet

         Set<String> keySet()

        Returns a set of the keys contained in this object.