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.

@FunctionalInterface public static interface UltraliteSDK.AcknowledgedCallback
Gets notified when requestAcknowledgement has been processed.
Since:
1.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The glasses have confirmed receipt of the request.
  • Method Details

    • onAcknowledged

      void onAcknowledged()
      The glasses have confirmed receipt of the request.