CallContainerStyle

data class CallContainerStyle(@Px val appBarHeight: Int, @Px val landscapeAppBarHeight: Int)

Style for CallContainerView. Use this class together with TransformStyle.callContainerStyleTransformer to change CallContainerView styles programmatically.

Parameters

appBarHeight

The height of the CallAppBarView in portrait mode.

landscapeAppBarHeight

The height of the CallAppBarView in landscape mode.

Constructors

Link copied to clipboard
constructor(@Px appBarHeight: Int, @Px landscapeAppBarHeight: Int)

Properties

Link copied to clipboard
Link copied to clipboard