Class CBPeripheralManagerOptions

    • Constructor Detail

      • CBPeripheralManagerOptions

        public CBPeripheralManagerOptions()
    • Method Detail

      • has

        public boolean has​(NSString key)
      • showsPowerAlert

        public boolean showsPowerAlert()
        Since:
        Available in iOS 7.0 and later.
      • setShowsPowerAlert

        public CBPeripheralManagerOptions setShowsPowerAlert​(boolean showsPowerAlert)
        Since:
        Available in iOS 7.0 and later.
      • getRestoreIdentifier

        public java.lang.String getRestoreIdentifier()
        Since:
        Available in iOS 7.0 and later.
      • setRestoreIdentifier

        public CBPeripheralManagerOptions setRestoreIdentifier​(java.lang.String restoreIdentifier)
        Since:
        Available in iOS 7.0 and later.