androidchatsdk / Chat Android SDK / Gladly / destroy
destroy
          fun destroy(context:Context):Unit
        
Destroys the Gladly instance and frees up any memory it allocated. In order to use Gladly again, you must call initialize().
Parameters
          context - Activity/application context to be initialized
          with.