pub unsafe static CBPeripheralManagerOptionRestoreIdentifierKey: &'static NSStringAvailable on crate feature
CBPeripheralManagerConstants only.Expand description
An NSString containing a unique identifier (UID) for the
CBPeripheralManager
that is being instantiated. This UID is used
by the system to identify a specific
CBPeripheralManager
instance for restoration and, therefore, must remain the same for
subsequent application executions in order for the manager to be restored.
See: initWithDelegate:queue:options:
See also: centralManager:willRestoreState:
See also Appleās documentation