ActionValue 
    An ActionValue is a representation of any value that can be described using JSON. It can contain one of the following: a JsonMap, a JsonList, a Number, a Boolean, String, or it can contain null.
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Gets the contained values as a boolean.
Link copied to clipboard
                  Returns the objects represented as a JsonValue.
Link copied to clipboard
                  Wraps a boolean as an ActionValue.
Wraps a char as an ActionValue.
Wraps a JsonSerializable object as an ActionValue.
Wraps an int as an ActionValue.
Wraps a com.urbanairship.json.JsonValue compatible object as an ActionValue.
Wraps a String as an ActionValue.
Wraps a long as an ActionValue.
Link copied to clipboard