This commit is contained in:
Robin Davies
2022-04-26 10:16:12 -04:00
parent 64c39e9c0d
commit 0aa7a46568
3 changed files with 32 additions and 0 deletions
+2
View File
@@ -23,6 +23,7 @@
*/
export interface AndroidHostInterface {
showSponsorship() : void;
isAndroidHosted(): boolean;
getHostVersion() : string;
chooseNewDevice() : void;
@@ -44,5 +45,6 @@ export class FakeAndroidHost implements AndroidHostInterface
setDisconnected(isDisconnected: boolean): void {
}
showSponsorship() : void { }
}