AdvertisementReceivedEventInterface<T> constructor

AdvertisementReceivedEventInterface<T>(
  1. T device
)

Set the device for this abstract class.

Implementation

AdvertisementReceivedEventInterface(this.device);