public class BleClientFactory implements CommunicatorFactory
Responsible for creating BLE Client. It should be provided to Connectivity API.
Modifier and Type | Class and Description |
---|---|
static class |
BleClientFactory.Companion |
Modifier and Type | Field and Description |
---|---|
static BleClientFactory.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
Communicator |
create(CommunicatorParams communicatorParams)
Creates implementation of BLE Client.
|
static CommunicatorFactory |
create(BleClientConnectionParams connectionParams)
Creates
class BleClientFactory with given class BleClientConnectionParams |
create
public static BleClientFactory.Companion Companion
public Communicator create(CommunicatorParams communicatorParams)
Creates implementation of BLE Client.
public static CommunicatorFactory create(BleClientConnectionParams connectionParams)
Creates class BleClientFactory
with given class BleClientConnectionParams