|
Meeting SDK for Android API Reference
|
Customized notification data. More...
Public Member Functions | |
| CustomizedNotificationData () | |
| CustomizedNotificationData (@StringRes int contentTitleId, @StringRes int contentTextId, @DrawableRes int smallIconId, @DrawableRes int smallIconForLorLaterId, @ColorRes int bgColorId, @DrawableRes int largeIconId) | |
| int | getContentTitleId () |
| Gets the content title resource ID. | |
| void | setContentTitleId (@StringRes int contentTitleId) |
| Sets the content title resource ID. | |
| int | getContentTextId () |
| Gets the content text resource ID. | |
| void | setContentTextId (@StringRes int contentTextId) |
| Sets the content text resource ID. | |
| int | getSmallIconId () |
| Gets the small icon resource ID. | |
| void | setSmallIconId (@DrawableRes int smallIconId) |
| Sets the small icon resource ID. | |
| int | getSmallIconForLorLaterId () |
| Gets the small icon resource ID for Lollipop or later. | |
| void | setSmallIconForLorLaterId (@DrawableRes int smallIconForLorLaterId) |
| Sets the small icon resource ID for Lollipop or later. | |
| int | getBgColorId () |
| Gets the background color resource ID. | |
| void | setBgColorId (@ColorRes int bgColorId) |
| Sets the background color resource ID. | |
| int | getLargeIconId () |
| Gets the large icon resource ID. | |
| void | setLargeIconId (@DrawableRes int largeIconId) |
| Sets the large icon resource ID. | |
Package Attributes | |
| int | contentTitleId |
| int | contentTextId |
| int | smallIconId |
| int | smallIconForLorLaterId |
| int | bgColorId |
| int | largeIconId |
Customized notification data.
Definition at line 10 of file CustomizedNotificationData.java.
|
inline |
Definition at line 29 of file CustomizedNotificationData.java.
|
inline |
Definition at line 32 of file CustomizedNotificationData.java.
References bgColorId, contentTextId, contentTitleId, largeIconId, smallIconForLorLaterId, and smallIconId.
|
inline |
Gets the background color resource ID.
Definition at line 123 of file CustomizedNotificationData.java.
References bgColorId.
|
inline |
Gets the content text resource ID.
Definition at line 66 of file CustomizedNotificationData.java.
References contentTextId.
|
inline |
Gets the content title resource ID.
Definition at line 47 of file CustomizedNotificationData.java.
References contentTitleId.
|
inline |
Gets the large icon resource ID.
Definition at line 142 of file CustomizedNotificationData.java.
References largeIconId.
|
inline |
Gets the small icon resource ID for Lollipop or later.
Definition at line 104 of file CustomizedNotificationData.java.
References smallIconForLorLaterId.
|
inline |
Gets the small icon resource ID.
Definition at line 85 of file CustomizedNotificationData.java.
References smallIconId.
|
inline |
Sets the background color resource ID.
| bgColorId | The background color resource ID. |
Definition at line 132 of file CustomizedNotificationData.java.
References bgColorId.
|
inline |
Sets the content text resource ID.
| contentTextId | The content text resource ID. |
Definition at line 75 of file CustomizedNotificationData.java.
References contentTextId.
|
inline |
Sets the content title resource ID.
| contentTitleId | The content title resource ID. |
Definition at line 56 of file CustomizedNotificationData.java.
References contentTitleId.
|
inline |
Sets the large icon resource ID.
| largeIconId | The large icon resource ID. |
Definition at line 151 of file CustomizedNotificationData.java.
References largeIconId.
|
inline |
Sets the small icon resource ID for Lollipop or later.
| smallIconForLorLaterId | The small icon resource ID for Lollipop or later. |
Definition at line 113 of file CustomizedNotificationData.java.
References smallIconForLorLaterId.
|
inline |
Sets the small icon resource ID.
| smallIconId | The small icon resource ID. |
Definition at line 94 of file CustomizedNotificationData.java.
References smallIconId.
|
package |
Definition at line 24 of file CustomizedNotificationData.java.
Referenced by CustomizedNotificationData(), getBgColorId(), and setBgColorId().
|
package |
Definition at line 15 of file CustomizedNotificationData.java.
Referenced by CustomizedNotificationData(), getContentTextId(), and setContentTextId().
|
package |
Definition at line 12 of file CustomizedNotificationData.java.
Referenced by CustomizedNotificationData(), getContentTitleId(), and setContentTitleId().
|
package |
Definition at line 27 of file CustomizedNotificationData.java.
Referenced by CustomizedNotificationData(), getLargeIconId(), and setLargeIconId().
|
package |
Definition at line 21 of file CustomizedNotificationData.java.
Referenced by CustomizedNotificationData(), getSmallIconForLorLaterId(), and setSmallIconForLorLaterId().
|
package |
Definition at line 18 of file CustomizedNotificationData.java.
Referenced by CustomizedNotificationData(), getSmallIconId(), and setSmallIconId().