3import androidx.annotation.ColorRes;
4import androidx.annotation.DrawableRes;
5import androidx.annotation.StringRes;
int getBgColorId()
Gets the background color resource ID.
int getLargeIconId()
Gets the large icon resource ID.
int getSmallIconId()
Gets the small icon resource ID.
int smallIconForLorLaterId
CustomizedNotificationData()
void setContentTextId(@StringRes int contentTextId)
Sets the content text resource ID.
void setSmallIconForLorLaterId(@DrawableRes int smallIconForLorLaterId)
Sets the small icon resource ID for Lollipop or later.
int getContentTitleId()
Gets the content title resource ID.
void setSmallIconId(@DrawableRes int smallIconId)
Sets the small icon resource ID.
void setBgColorId(@ColorRes int bgColorId)
Sets the background color resource ID.
int getSmallIconForLorLaterId()
Gets the small icon resource ID for Lollipop or later.
void setContentTitleId(@StringRes int contentTitleId)
Sets the content title resource ID.
int getContentTextId()
Gets the content text resource ID.
void setLargeIconId(@DrawableRes int largeIconId)
Sets the large icon resource ID.
CustomizedNotificationData(@StringRes int contentTitleId, @StringRes int contentTextId, @DrawableRes int smallIconId, @DrawableRes int smallIconForLorLaterId, @ColorRes int bgColorId, @DrawableRes int largeIconId)