public static interface

KnowledgeUIClient.OnCloseListener

com.salesforce.android.knowledge.ui.KnowledgeUIClient.OnCloseListener

Class Overview

Interface for handling the event where the user has closed the Knowledge UI.

Once this listener has been invoked the KnowledgeUIClient is no longer safe to use. You should dispose of your KnowledgeUIClient reference at this point and instantiate another instance if the user chooses to re-launch Knowledge UI.

Summary

Public Methods
abstract void onClose()
Knowledge UI has been exited by the user, who is now returning to their previous place in the application.

Public Methods

public abstract void onClose ()

Knowledge UI has been exited by the user, who is now returning to their previous place in the application.