Package com.vuzix.ultralite
Interface UltraliteSDK.AcknowledgedCallback
- Enclosing interface:
- UltraliteSDK
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Gets notified when requestAcknowledgement has been processed.
- Since:
- 1.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The glasses have confirmed receipt of the request.
-
Method Details
-
onAcknowledged
void onAcknowledged()The glasses have confirmed receipt of the request.
-