Package 

Interface RemoveOperatorsHandler


  • 
    public interface RemoveOperatorsHandler
    
                        

    interface for the handler of com.sendbird.android.BaseChannel.removeOperators method.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onResult(SendBirdException e) Called when operation is done.
      • Methods inherited from class java.lang.Object

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