Hi,
I'd like to instantiate a CbcCentralManager
by providing the argument options
to the constructor: CBCentralInitOptions
in order to disable the "show power alert".
However, there is not a constructor that only takes this option as a parameter. If I want to provide options
, I also need to provide centralDelegate
and queue
.
Are there some "default values" that I could provide without altering the behavior?
Thanks