setExitStyle

fun setExitStyle(    background: Drawable?,     leftDrawable: Drawable?,     rightDrawable: Drawable?)

Invoke the method to change the drawables defining the exit style.

Parameters

background

Drawable? denotes the exit board style.

leftDrawable

Drawable? denotes the style for exit sign that is on the left.

rightDrawable

Drawable? denotes the style for exit sign that is on the right.