Package com.swrve.sdk

Interface SwrveResourcesListener


  • public interface SwrveResourcesListener
    Implement this interface to be notified of changes to the resources of your app.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onResourcesUpdated()
      This method is invoked when user resources in the SwrveResourceManager have been initially loaded and each time user resources are updated.
    • Method Detail

      • onResourcesUpdated

        void onResourcesUpdated()
        This method is invoked when user resources in the SwrveResourceManager have been initially loaded and each time user resources are updated. Note: this method will be invoked from a different thread than the main UI thread.