ICInAppBannerNotificationViewStyle
This class implements ICInAppNotificationViewStyle. It provides style attributes that are utilized by the lower level component ICInAppBannerNotificationViewBinder for customization of Banner Notification.
getCloseButtonSrc
This method is used to get the close button resource Id for InAppNotification
Syntax: public int getCloseButtonSrc()
Returns: return the close button resource Id for InAppNotification
setCloseButtonSrc
This method sets close button resource Id for InAppNotification
Syntax: public void setCloseButtonSrc(int closeButtonSrc)
Parameters: closeButtonSrc - close button resource Id for InAppNotification
getExpandButtonSrc
This method is used to get the Expand button resource Id for InAppNotification
Syntax: public int getExpandButtonSrc()
Returns: return the Expand button resource Id for InAppNotification
setExpandButtonSrc
This method sets expand button resource Id for InAppNotification
Syntax: public void setExpandButtonSrc(int expandButtonSrc)
Parameters: expandButtonSrc - expand button resource Id for InAppNotification
getCollapseButtonSrc
This method is used to get the collapse button resource Id for InAppNotification
Syntax: public int getCollapseButtonSrc()
Returns: return the collapse button resource Id for InAppNotification
setCollapseButtonSrc
This method sets collapse button resource Id for InAppNotification
Syntax: public void setCollapseButtonSrc(int collapseButtonSrc)
Parameters: collapseButtonSrc - collapse button resource Id for InAppNotification
Updated 12 months ago