forked from MapComplete/MapComplete
Android: more android development, working version
This commit is contained in:
parent
6224ff2c09
commit
770a4bab55
6 changed files with 11 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue