CardConfig
class CardConfig(@DrawableRes cardPlaceHolderImage: Int, @DrawableRes inboxEmptyImage: Int, cardsDateFormat: String, isSwipeRefreshEnabled: Boolean)
Content copied to clipboard
Card Configuration.
Parameters
cardPlaceHolderImage
SDK shows a placeholder image in case the image download fails. In case you want to change the placeholder image pass in the resource id of the image else pass -1.
inboxEmptyImage
SDK shows an image indicating inbox is empty. In case you want to change the image pass in the resource id of the image else pass -1.
cardsDateFormat
String for formatting date shown on each card.
isSwipeRefreshEnabled
true if swipe refresh should be enabled, else false.
Constructors
CardConfig
Link copied to clipboard
fun CardConfig(@DrawableRes cardPlaceHolderImage: Int, @DrawableRes inboxEmptyImage: Int, cardsDateFormat: String)
Content copied to clipboard
Create an instance of Card Configuration.
CardConfig
Link copied to clipboard
Create an instance of Card Configuration.
CardConfig
Link copied to clipboard
Create an instance of Card Configuration.
CardConfig
Link copied to clipboard
fun CardConfig(@DrawableRes cardPlaceHolderImage: Int = -1, @DrawableRes inboxEmptyImage: Int = -1, cardsDateFormat: String, isSwipeRefreshEnabled: Boolean)
Content copied to clipboard
Types
Functions
Properties
cardPlaceHolderImage
Link copied to clipboard
cardsDateFormat
Link copied to clipboard
inboxEmptyImage
Link copied to clipboard
isSwipeRefreshEnabled
Link copied to clipboard