DefaultContactIconResources

open class DefaultContactIconResources
DefaultContactIconResources

Public Class used for setting the default contact resources in loadContactPicture method from STWContactManager This class offers several possible operations defined in the following list:

  • customize the background color
  • customize the text color
  • customize the placeHolderResourceId
  • customize the bot Resource Id
  • customize the default bitmap

Types

Link copied to clipboard
open class Builder

Properties

Link copied to clipboard
private open val backgroundColor: Int
Link copied to clipboard
private open val botResourceId: Int
Link copied to clipboard
private open val defaultBitmap: Bitmap
Link copied to clipboard
private open val placeHolderResourceId: Int
Link copied to clipboard
private open val textColor: Int