openInSecureMode

open fun openInSecureMode(@NotNull() context: @NotNull() Context, @NotNull() signature: @NotNull() String)

Opens the Beacon in Secure Mode the appropriate page depending on your Beacon's config

Ensure Beacon is initialised with the `Beacon.Builder()` and signature is provided. To clearthe signature call `Beacon.logout()`

Parameters

context

a valid context or activity

open fun openInSecureMode(@NotNull() context: @NotNull() Context, @NotNull() signature: @NotNull() String, screen: BeaconScreens, args: ArrayList<String>)

Opens the Beacon in Secure Mode on the screen passed as parameter in screen

Ensure Beacon is initialised with the `Beacon.Builder()` and signature is provided. To clearthe signature call `Beacon.logout()`

Parameters

context

a valid context or activity