Package com.blukii.sdk.config
Klasse OfflineConnectionCallback
java.lang.Object
com.blukii.sdk.config.OfflineConnectionCallback
This abstract class provides callback methods needed during secure connection when connection is
established without blukii cloud (offline).
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract StringCallback for requestBlukii.connect(ConnectionListener, OfflineConnectionCallback).
-
Konstruktordetails
-
OfflineConnectionCallback
public OfflineConnectionCallback()
-
-
Methodendetails
-
onConnectionGetSecureKey
Callback for requestBlukii.connect(ConnectionListener, OfflineConnectionCallback).It is called during secure connection to define the blukii's secure key.
Note: This is only needed for secure connection without blukii cloud. If a user is authenticated before connecting and the user is the owner of the blukii, the secure key is retrieved from blukii cloud.
- Gibt zurück:
- the blukii's secure key
-