Package 

Interface MessageChangeLogsHandler


  • 
    public interface MessageChangeLogsHandler
    
                        

    The Handler that is using when calling MessageChangeLogs API requests. This used internally inside the SDK.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onResult(List<BaseMessage> updated, List<Long> deleted, String token)
      Unit onError(SendBirdException e) When error thrown from the changelog api.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait