Package libcore.io

Interface DropBox.Reporter

Enclosing class:
DropBox

public static interface DropBox.Reporter
Interface to allow customization of reporting behavior.
  • Method Summary

    Modifier and Type Method Description
    void addData​(String tag, byte[] data, int flags)  
    void addText​(String tag, String data)  
  • Method Details

    • addData

      void addData​(String tag, byte[] data, int flags)
    • addText

      void addText​(String tag, String data)