Package 

Enum NotificationSetupMode

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum NotificationSetupMode
    
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEFAULT

      Configures notifications according to the standard. The `Observable` is emitted after both the system notification is setand the CLIENT_CHARACTERISTIC_CONFIG descriptor was written so the notification is fully set up. If a device starts to notifyright after CLIENT_CHARACTERISTIC_CONFIG is written then some early notifications may be lost — see

      COMPAT

      Compatibility mode for devices that do not contain CLIENT_CHARACTERISTIC_CONFIG

      QUICK_SETUP

      Configures notifications according to the standard but in contrast to the DEFAULT mode the `Observable` is emittedbefore the CLIENT_CHARACTERISTIC_CONFIG is written. The CLIENT_CHARACTERISTIC_CONFIG is scheduled for write when the emitted`Observable