CometChatAudioBubble
is the content view for a MediaMessage if the media sent is an audio.
Methods | Type | Description |
---|---|---|
set(fileURL: String) | String | used to set the audio url for the bubble |
set(title: String) | String | a text to display as name of the audio file |
set(subTitle: String) | String | a text to display below the name of the audio file |
set(style: AudioBubbleStyle) | AudioBubbleStyle | used to customize appearance of this bubble |
set(playIcon: UIImage) | UIImage | customize the icon to display to play the audio |
Methods | Type | Description |
---|---|---|
set(titleColor: UIColor) | UIColor | used to set title text color of the message |
set(titleFont: UIFont) | UIFont | used to set title font of the message |
set(iconTint: UIColor) | UIColor | used to provide color to the audio play icon |
set(background: UIColor) | UIColor | used to set background color |
set(borderColor: UIColor) | UIColor | used to set a border color |
set(borderWidth: CGFloat) | CGFloat | used to set border |
set(cornerRadius: CometChatCornerStyle) | CometChatCornerStyle | used to set border radius |