Android: more android development, working version

This commit is contained in:
Pieter Vander Vennet 2025-02-13 22:07:45 +01:00
parent 6224ff2c09
commit 770a4bab55
6 changed files with 11 additions and 3 deletions

View file

@ -70,6 +70,9 @@ export class AndroidPolyfill {
AndroidPolyfill.backfillGeolocation(AndroidPolyfill.databridgePlugin)
}
public static async openLoginPage(){
await DatabridgePluginSingleton.request<{ oauth_token: string }>({ key: "open:login" })
}
public static async requestLoginCodes() {
const result = await DatabridgePluginSingleton.request<{ oauth_token: string }>({
key: "request:login",