AirshipSDK.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.
References AirshipSDK.List.
◆ RemoveAttribute()
|
inline |
Removes an attribute.
- Returns
- The AttributeEditor
- Parameters
-
key The attribute key greater than one character and less than 1024 characters in length.
References AirshipSDK.List.
◆ 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.
References AirshipSDK.List.
◆ 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.
References AirshipSDK.List.
◆ 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.
References AirshipSDK.List.
◆ 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.
References AirshipSDK.List.
◆ 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.
References AirshipSDK.List.
◆ 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.
References AirshipSDK.List.
1.9.8