handle
This interface is designed for implementing custom handlers that respond to uuidMetadata event retrieval operations. It defines a single handle method that is called with a PNUUIDMetadataResult instance, which contains the uuidMetadata.
Usage example:
OnUuidMetadataHandler handler = pnUUIDMetadataResult -> {
System.out.println("Received uuid Metadata event: " + pnUUIDMetadataResult.getEvent());
};
Content copied to clipboard
See also
for more information about the channel metadata result provided to this handler.