AirshipSDK.InboxMessage Class Reference
Public Member Functions | |
| override bool | Equals (object other) |
| override int | GetHashCode () |
Public Attributes | |
| readonly string | id |
| readonly string | title |
| readonly long | sentDate |
| readonly bool | isRead |
| readonly string | listIconUrl |
URL of the message's list icon, or null if the message has none. | |
| readonly Dictionary< string, string > | extras |
Member Function Documentation
◆ Equals()
References AirshipSDK.List.
◆ GetHashCode()
Member Data Documentation
◆ extras
| readonly Dictionary<string, string> AirshipSDK.InboxMessage.extras |
Referenced by AirshipSDK.InboxMessage.GetHashCode().
◆ id
◆ isRead
Referenced by AirshipSDK.InboxMessage.GetHashCode().
◆ listIconUrl
URL of the message's list icon, or null if the message has none.
Referenced by AirshipSDK.InboxMessage.GetHashCode().
◆ sentDate
Referenced by AirshipSDK.InboxMessage.GetHashCode().
◆ title
Referenced by AirshipSDK.InboxMessage.GetHashCode().
1.9.8