Method | Description | |
---|---|---|
OnPause ( object sender, DeactivatedEventArgs e ) : void |
Occurs when the application is being deactivated.
|
|
OnResume ( object sender, Microsoft.Phone.Shell.ActivatedEventArgs e ) : void |
Occurs when the application is being made active after previously being put into a dormant state or tombstoned.
|
|
add ( string jsonArgs ) : void |
Sets application live tile
|
|
cancel ( string jsonArgs ) : void |
Clears the application live tile
|
|
cancelAll ( string jsonArgs ) : void |
Clears the application live tile
|
|
deviceready ( string jsonArgs ) : void |
Informs that the device is ready and the deviceready event has been fired
|
|
getScheduledIds ( string jsonArgs ) : void |
Retrieves a list with all currently pending notifications
|
|
hasPermission ( string args ) : void | ||
isScheduled ( string jsonArgs ) : void |
Checks wether a notification with an ID is scheduled
|
|
promptForPermission ( string args ) : void |
Method | Description | |
---|---|---|
ApplicationState ( ) : String |
Retrieves the application state Either "background" or "foreground"
|
|
CreateTileData ( Cordova.Extension.Commands.Options options ) : FlipTileData |
Creates tile data
|
|
FireEvent ( string Event, string Id, string JSON = "" ) : void |
Fires the given event.
|
public OnPause ( object sender, DeactivatedEventArgs e ) : void | ||
sender | object | |
e | DeactivatedEventArgs | |
return | void |
public OnResume ( object sender, Microsoft.Phone.Shell.ActivatedEventArgs e ) : void | ||
sender | object | |
e | Microsoft.Phone.Shell.ActivatedEventArgs | |
return | void |
public deviceready ( string jsonArgs ) : void | ||
jsonArgs | string | |
return | void |
public getScheduledIds ( string jsonArgs ) : void | ||
jsonArgs | string | |
return | void |
public isScheduled ( string jsonArgs ) : void | ||
jsonArgs | string | |
return | void |
public promptForPermission ( string args ) : void | ||
args | string | |
return | void |