updateFonts

fun updateFonts(regular: Typeface, medium: Typeface, bold: Typeface)

Updates all text styles with the given font TypeFaces. We recommend using this method to update all font styles for Chat SDK, however it is possible to customize each style individually.

Note that if you do customize fonts individually, do so after calling this method. Otherwise, this will override any previous font settings.

Parameters

regular

The regular TypeFace used for header1, body, body2, detail1, detail2 and quickReplyButton.

medium

The medium TypeFace used for header3, subheader, bodyBold and bodyBold2.

bold