Class DescriptorOperationReceived
java.lang.Object
org.openqa.selenium.devtools.v141.bluetoothemulation.model.DescriptorOperationReceived
Event for when a descriptor operation of |type| to the descriptor
respresented by |descriptorId| happened. |data| is expected to exist when
|type| is write.
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptorOperationReceived(String descriptorId, DescriptorOperationType type, Optional<String> data) -
Method Summary
-
Constructor Details
-
DescriptorOperationReceived
public DescriptorOperationReceived(String descriptorId, DescriptorOperationType type, Optional<String> data)
-
-
Method Details
-
getDescriptorId
-
getType
-
getData
-