Interface DataStoreUpdateListener


public interface DataStoreUpdateListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdate(String componentName, String key, Object value)
     
  • Method Details