Interface DataItemListener


public interface DataItemListener
Callback interface for a streaming CborDecoder.
  • Method Summary

    Modifier and Type Method Description
    void onDataItem​(DataItem dataItem)
    Gets called on every decoded DataItem.