uniqueId property

String uniqueId
final

An ID unique to the model of device corresponding to the receiver.

Every available capture device has a unique ID that persists on one system across device connections and disconnections, application restarts, and reboots of the system itself. You can store the value returned by this property to recall or track the status of a specific device in the future.

Implementation

final String uniqueId;