show

fun show(context: Context)

Shows the overlay view. If the context is an Activity the overlay will be attached to its decor view otherwise if the context is an application context the view it will be attached to the system's window.

Parameters

context

Context used to attach the overlay view.