unmuteAndExtend

fun unmuteAndExtend(duration: Long, text: String = context.getString(R.string.mapbox_unmuted)): Boolean

Invoke the function to unmute and show optional text associated with the action.

Return

false representing that view is in unmuted state.

Parameters

duration

for the view to be in the extended mode before it starts to shrink.

text

for the view to show in the extended mode.