Class VmapLoader.OnVmapLoadedListener

  • Enclosing class:
    VmapLoader

    public abstract static class VmapLoader.OnVmapLoadedListener
    extends java.lang.Object
    Class that is implemented to determine when the Vmap loading has completed or failed.
    • Constructor Detail

      • OnVmapLoadedListener

        public OnVmapLoadedListener()
    • Method Detail

      • onVmapLoaded

        public abstract void onVmapLoaded​(@NonNull
                                          Vmap vmap)
        Notifies that Vmap was loaded.
        Parameters:
        vmap - Vmap Result of successful response.
      • onVmapFailedToLoad

        public abstract void onVmapFailedToLoad​(@NonNull
                                                VmapError error)
        Notifies that Vmap failed to load.
        Parameters:
        error - VmapError describing problem encountered while loading Vmap.