Interface DataStoreUpdates


  • public interface DataStoreUpdates
    Interface that a data store implementation can use to report information back to the SDK.

    The DataStoreFactory receives an implementation of this interface and can pass it to the data store that it creates, if desired.

    Since:
    5.0.0
    • Method Detail

      • updateStatus

        void updateStatus​(DataStoreStatusProvider.Status newStatus)
        Reports a change in the data store's operational status.

        This is what makes the status monitoring mechanisms in DataStoreStatusProvider work.

        Parameters:
        newStatus - the updated status properties