Skip to content

Commit

Permalink
feat(unvired-cordova-sdk): add new property containing HTTP status co…
Browse files Browse the repository at this point in the history
…de (#3302)

* feat(unvired-cordova-sdk): support login via email

* fix(unvired-cordova-sdk): return typed promise object for user settings

* fix(unvired-cordova-sdk): change return type to string for guid()

* doc(unvired-cordova-sdk): doc update

* doc(unvired-cordova-sdk): update doc

* feat(unvired-cordova-sdk): add support for metadata JSON

* doc(unvired-cordova-sdk): update doc

* doc(unvired-cordova-sdk): update doc

* feat(unvired-cordova-sdk): add methods to get and set log level

* fix(unvired-cordova-sdk): update the return type for getLog()

* feat(unvired-cordova-sdk): return platform name

* feat(unvired-cordova-sdk): add method to get log file path

* feat(unvired-cordova-sdk): test push notifications

* fix(unvired-cordova-sdk): define return for logRead

* doc(unvired-cordova-sdk): remove mobile only restriction for some apis

* feat(unvired-cordova-sdk): add new property containing HTTP status code.
  • Loading branch information
srinidhirao committed Feb 7, 2020
1 parent 614ade4 commit 3b18135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@ionic-native/plugins/unvired-cordova-sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ export class SettingsResult extends UnviredResult {

export class SyncResult extends UnviredResult {
type: ResultType;
/**
* This code refers to the HTTP status code obtained during the network call.
*/
code: number;
}

export class DbResult extends UnviredResult {
Expand Down

0 comments on commit 3b18135

Please sign in to comment.