BeaconActivity

Main entry point for interacting with the Beacon SDK UI.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun open(@NotNull context: @NotNull Context)
Opens the Beacon UI, navigating to the appropriate page based on your Beacon's configuration.
open fun open(@NotNull context: @NotNull Context, screen: BeaconScreens, args: ArrayList<String>)
Opens the Beacon UI on a specific screen.
Link copied to clipboard
open fun openInSecureMode(@NotNull context: @NotNull Context, @NotNull signature: @NotNull String)
Opens the Beacon in Secure Mode on the appropriate page depending on your Beacon's config.
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.