Interface AnalyticsValue

    • Method Detail

      • exists

        boolean exists()
        Check whether the current value exists.
        NOTE: The result of this method is only guaranteed after any get<Type>() method is called.
        Returns:
        whether the current value exists
      • getObject

        Object getObject()
        Get the object representation of the current value.
        Returns:
        the current value