Modifier and Type | Class and Description |
---|---|
static interface |
DeviceApi.SignImageChanged.Callback
The callback to call when the signature image has changed.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Integer> |
getThrottle()
Gets the timeout after which the sign finished callback is called.
|
static boolean |
set(DeviceApi.SignImageChanged.Callback callback)
Sets the callback to call when the signature image has changed.
|
static boolean |
setThrottle(int intervalInMilliseconds)
Allows to throttle the calls to the SignImageChanged callback.
|
public static boolean set(DeviceApi.SignImageChanged.Callback callback)
callback
- The callback.public static Optional<Integer> getThrottle()
public static boolean setThrottle(int intervalInMilliseconds)
intervalInMilliseconds
- The throttle interval in ms.Copyright © 2024. All rights reserved.