mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(cordova-plugin-unvired-sdk): add dbUpdateStatements property to LoginParameters interface
This commit is contained in:
@@ -434,9 +434,16 @@ export class LoginParameters {
|
||||
appVersion: string;
|
||||
|
||||
/**
|
||||
*
|
||||
* Specify the redirect URL.
|
||||
*/
|
||||
redirectURL: string;
|
||||
|
||||
/**
|
||||
* Specify the database update statements as a JSON string. This will update the database schema.
|
||||
*/
|
||||
dbUpdateStatements: string;
|
||||
|
||||
|
||||
}
|
||||
export class LoginResult extends UnviredResult {
|
||||
type: LoginListenerType;
|
||||
|
||||
Reference in New Issue
Block a user