Package com.zopim.android.sdk.chatlog
Interface ConnectionFragment.ConnectionListener
-
- All Known Implementing Classes:
- ZopimChatLogFragment, ZopimCommentFragment, ZopimOfflineFragment, ZopimPreChatFragment
- Enclosing class:
- ConnectionFragment
public static interface ConnectionFragment.ConnectionListener
Interface definition of a chat connection event listener.Implement this interface in the host activity that embeds
ConnectionFragment
to listen for events defined in this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onConnected()
This will occur in case of chat connectivity recovery.void
onDisconnected()
This will occur in case of chat connectivity loss.
-