Class ZopimChatActivity

  • All Implemented Interfaces:
    ChatListener


    public class ZopimChatActivity
    extends AppCompatActivity
    implements ChatListener
    • Constructor Detail

      • ZopimChatActivity

        public ZopimChatActivity()
    • Method Detail

      • onCreate

        protected void onCreate(Bundle savedInstanceState)
      • onStart

        protected void onStart()
      • onSaveInstanceState

        protected void onSaveInstanceState(Bundle outState)
      • onDestroy

        protected void onDestroy()
      • onOptionsItemSelected

        public boolean onOptionsItemSelected(MenuItem item)
      • onChatInitialized

        public void onChatInitialized()
        Description copied from interface: ChatListener
        Callback which notifies that ChatApi chat is initialized and ready to be used.
        Specified by:
        onChatInitialized in interface ChatListener
      • onChatEnded

        public void onChatEnded()
        Description copied from interface: ChatListener
        Callback that notifies that the chat has ended
        Specified by:
        onChatEnded in interface ChatListener