NFBaseActivity

NOTE: 'NF' stands for 'NonFragment' - temporary classes (while migrating away from fragments). Migrated components' activities are to subclass this, instead of old BaseActivity.

Base android.app.Activity class for every RTU UI component.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun cancel()

Cancel this feature's scanning process.

Link copied to clipboard
open override fun cancelWithInvalidLicense()

Cancel this feature's scanning process due to invalid license.

Link copied to clipboard
open override fun cancelWithNotInitialized()

Cancel this feature's scanning process due to SDK is not initialized.

Link copied to clipboard

The signal to finish was received from outside and it is needed to return the current state.

Link copied to clipboard
open fun onCreate(savedInstanceState: Bundle?)
Link copied to clipboard
open fun onDestroy()