Class Setting


  • public class Setting
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Setting​(Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> execute​(java.lang.String username, EMConversationType conversationType, java.lang.String conversationId, EMNotificationType notificationType, java.lang.String ignoreInterval, long ignoreDuration)  
      • Methods inherited from class java.lang.Object

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

      • Setting

        public Setting​(Context context)
    • Method Detail

      • execute

        public reactor.core.publisher.Mono<java.lang.Void> execute​(java.lang.String username,
                                                                   EMConversationType conversationType,
                                                                   java.lang.String conversationId,
                                                                   EMNotificationType notificationType,
                                                                   java.lang.String ignoreInterval,
                                                                   long ignoreDuration)