UrbanAirship.AttributeEditor Class Reference
An editor for channel attributes. More...
Public Member Functions | |
AttributeEditor | SetAttribute (string key, string value) |
Sets a string attribute. | |
AttributeEditor | SetAttribute (string key, int value) |
Sets an integer number attribute. | |
AttributeEditor | SetAttribute (string key, long value) |
Sets an long number attribute. | |
AttributeEditor | SetAttribute (string key, float value) |
Sets a float number attribute. | |
AttributeEditor | SetAttribute (string key, double value) |
Sets a double number attribute. | |
AttributeEditor | SetAttribute (string key, DateTime value) |
Sets a date attribute. | |
AttributeEditor | RemoveAttribute (string key) |
Removes an attribute. | |
void | Apply () |
Applies pending changes. | |
Detailed Description
An editor for channel attributes.
Member Function Documentation
◆ Apply()
|
inline |
Applies pending changes.
◆ RemoveAttribute()
|
inline |
Removes an attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length.
◆ SetAttribute() [1/6]
|
inline |
Sets a date attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length. value The date attribute value.
◆ SetAttribute() [2/6]
|
inline |
Sets a double number attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length. value The number attribute.
◆ SetAttribute() [3/6]
|
inline |
Sets a float number attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length. value The number attribute.
◆ SetAttribute() [4/6]
|
inline |
Sets an integer number attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length. value The number attribute.
◆ SetAttribute() [5/6]
|
inline |
Sets an long number attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length. value The number attribute.
◆ SetAttribute() [6/6]
|
inline |
Sets a string attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length. value The attribute string greater than one character and less than 1024 characters in length.