public static interface ProximityEventConfiguration.Builder extends SdkPojo, CopyableBuilder<ProximityEventConfiguration.Builder,ProximityEventConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ProximityEventConfiguration.Builder |
sidewalk(Consumer<SidewalkEventNotificationConfigurations.Builder> sidewalk)
Proximity event configuration object for enabling or disabling Sidewalk related event topics.
|
ProximityEventConfiguration.Builder |
sidewalk(SidewalkEventNotificationConfigurations sidewalk)
Proximity event configuration object for enabling or disabling Sidewalk related event topics.
|
ProximityEventConfiguration.Builder |
wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID proximity event topic is enabled or disabled.
|
ProximityEventConfiguration.Builder |
wirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID proximity event topic is enabled or disabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProximityEventConfiguration.Builder sidewalk(SidewalkEventNotificationConfigurations sidewalk)
Proximity event configuration object for enabling or disabling Sidewalk related event topics.
sidewalk - Proximity event configuration object for enabling or disabling Sidewalk related event topics.default ProximityEventConfiguration.Builder sidewalk(Consumer<SidewalkEventNotificationConfigurations.Builder> sidewalk)
Proximity event configuration object for enabling or disabling Sidewalk related event topics.
This is a convenience method that creates an instance of theSidewalkEventNotificationConfigurations.Builder avoiding the need to create one manually via
SidewalkEventNotificationConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to sidewalk(SidewalkEventNotificationConfigurations).
sidewalk - a consumer that will call methods on SidewalkEventNotificationConfigurations.Buildersidewalk(SidewalkEventNotificationConfigurations)ProximityEventConfiguration.Builder wirelessDeviceIdEventTopic(String wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID proximity event topic is enabled or disabled.
wirelessDeviceIdEventTopic - Denotes whether the wireless device ID proximity event topic is enabled or disabled.EventNotificationTopicStatus,
EventNotificationTopicStatusProximityEventConfiguration.Builder wirelessDeviceIdEventTopic(EventNotificationTopicStatus wirelessDeviceIdEventTopic)
Denotes whether the wireless device ID proximity event topic is enabled or disabled.
wirelessDeviceIdEventTopic - Denotes whether the wireless device ID proximity event topic is enabled or disabled.EventNotificationTopicStatus,
EventNotificationTopicStatusCopyright © 2022. All rights reserved.