Class ChatService.LocalBinder

  • Enclosing class:
    ChatService


    public class ChatService.LocalBinder
    extends Binder
    Class used for the client Binder. Because we know this service always runs in the same process as its clients, we don't need to deal with IPC.
    • Constructor Summary

      Constructors 
      Constructor and Description
      LocalBinder() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.zopim.android.sdk.api.ChatServiceApi getService() 
      • Methods inherited from class java.lang.Object

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

      • LocalBinder

        public LocalBinder()
    • Method Detail

      • getService

        public com.zopim.android.sdk.api.ChatServiceApi getService()