Package 

Interface CloudXDestroyable


  • 
    public interface CloudXDestroyable
    
                        

    Interface for objects that hold resources and should be destroyed when no longer needed.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit destroy() Release any unmanaged resources.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • destroy

         abstract Unit destroy()

        Release any unmanaged resources. Mostly used for ad instances, when Activity is destroyed, or CloudXDestroyable instance is not required anymore.