CallDetailsStyle

data class CallDetailsStyle(@Px val callAvatarSize: Int, @Px val singleAvatarSize: Int, @Px val avatarSpacing: Int, val participantsTextStyle: TextStyle, val singleParticipantTextStyle: TextStyle, val callStateTextStyle: TextStyle, val callStateTextAlpha: Float)

Style for CallDetailsView. Use this class together with TransformStyle.callDetailsStyleTransformer to change CallDetailsView styles programmatically.

Parameters

callAvatarSize

The size of avatars for group calls.

singleAvatarSize

The size of avatar for direct call.

avatarSpacing

The spacing between avatars when in group call.

participantsTextStyle

Text style of the participants info text for a group call.

singleParticipantTextStyle

Text style of participants info for a direct call.

callStateTextStyle

Text style for the call state.

callStateTextAlpha

Alpha value for the call state.

Constructors

Link copied to clipboard
constructor(@Px callAvatarSize: Int, @Px singleAvatarSize: Int, @Px avatarSpacing: Int, participantsTextStyle: TextStyle, singleParticipantTextStyle: TextStyle, callStateTextStyle: TextStyle, callStateTextAlpha: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard