Class UIThreadSwrveResourcesRunnable

java.lang.Object
com.swrve.sdk.runnable.UIThreadSwrveRunnable
com.swrve.sdk.runnable.UIThreadSwrveResourcesRunnable
All Implemented Interfaces:
SwrveUserResourcesListener, Runnable

public abstract class UIThreadSwrveResourcesRunnable extends UIThreadSwrveRunnable implements SwrveUserResourcesListener
This helper class is used to run UI logic to handle the result of Swrve::getUserResources() Note: the callback method onResourcesSuccess will be called from the same UI threat than the caller Activity.
  • Constructor Details

    • UIThreadSwrveResourcesRunnable

      public UIThreadSwrveResourcesRunnable()
  • Method Details