open
Opens the Beacon on the appropriate page depending on your Beacon's config
Ensure Beacon is initialised with the `Beacon.Builder()`
Parameters
context
a valid context or activity
open fun open(@NotNull() context: @NotNull() Context, screen: BeaconScreens, args: ArrayList<String>)
Content copied to clipboard
Opens the Beacon on the screen passed as parameter in screen
Ensure Beacon is initialised with the `Beacon.Builder()`
Parameters
context
a valid context or activity
screen
{BeaconScreens} one of the possible BeaconScreens enum
args
arguments passed to the selected screen