mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 16:25:13 +02:00
Implement account removal.
This commit is contained in:
8
vendor/STFService/wire.proto
vendored
8
vendor/STFService/wire.proto
vendored
@@ -22,6 +22,7 @@ enum MessageType {
|
||||
EVENT_PHONE_STATE = 16;
|
||||
EVENT_ROTATION = 17;
|
||||
EVENT_BROWSER_PACKAGE = 18;
|
||||
REMOVE_ACCOUNT = 20;
|
||||
}
|
||||
|
||||
message Envelope {
|
||||
@@ -172,6 +173,13 @@ message DoIdentifyResponse {
|
||||
required bool success = 1;
|
||||
}
|
||||
|
||||
message RemoveAccountRequest {
|
||||
}
|
||||
|
||||
message RemoveAccountResponse {
|
||||
required bool success = 1;
|
||||
}
|
||||
|
||||
// Agent
|
||||
|
||||
enum KeyEvent {
|
||||
|
||||
Reference in New Issue
Block a user