Package ai.luciq.library
Interface OnUserUUIDReadyCallback
-
- All Implemented Interfaces:
@FunctionalInterface() public interface OnUserUUIDReadyCallback
Callback interface invoked when the user's unique identifier becomes available.
-
-
Method Summary
Modifier and Type Method Description abstract voidonUserUUIDReady(@Nullable() String uuid)-
-
Method Detail
-
onUserUUIDReady
abstract void onUserUUIDReady(@Nullable() String uuid)
-
-
-
-