Attributes
Attributes representation, can be set to Conversation, User, Participant or Message.
Constructors
Link copied to clipboard
Create NULL attributes.
Link copied to clipboard
Initialize attributes with a JSONObject.
Link copied to clipboard
Initialize attributes with a JSONArray.
Link copied to clipboard
Initialize attributes with a String.
Link copied to clipboard
Initialize attributes with a Number.
Link copied to clipboard
Initialize attributes with a boolean value.
Functions
Link copied to clipboard
Link copied to clipboard
Returns JSONArray stored in attributes if getType of attributes is ARRAY, otherwise returns null.
Link copied to clipboard
Returns JSONObject stored in attributes if getType of attributes is OBJECT, otherwise returns null.