BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-core
/
com.microblink.core
/
ActivationManager
Activation
Manager
class
ActivationManager
Members
Constructors
Activation
Manager
Link copied to clipboard
constructor
(
@
NonNull
activationCache
:
ActivationCache
)
Functions
activations
Link copied to clipboard
@
Nullable
open
fun
activations
(
)
:
List
<
Activation
>
add
Link copied to clipboard
open
fun
add
(
@
NonNull
activation
:
Activation
)
cache
Link copied to clipboard
open
fun
cache
(
)
:
Boolean
clear
Link copied to clipboard
open
fun
clear
(
)
get
Instance
Link copied to clipboard
@
NonNull
open
fun
getInstance
(
@
NonNull
context
:
Context
)
:
ActivationManager