Connected view is when connection to emergency exchange have been establish and processed by emergency exchange handler. If NoSound is enabled by user, this view opens up with chat. Emergency exchange can open map for user to pinpoint his location on map and send the location to emergency exchange. Handler can also open video recording. By taping cant talk enables chat also.
More...
Inherits PhoneApplicationPage, PhoneApplicationPage, and PhoneApplicationPage.
|
| Connected () |
| Constructor that takes connection from that last view saved to phoneapplicationservice with key "connection". Then just adds all eventhandlers for it. Also starts xnadispatchtimer and ready up media transfering. More...
|
|
void | InitializeComponent () |
| InitializeComponent More...
|
|
void | InitializeComponent () |
| InitializeComponent More...
|
|
|
override void | OnBackKeyPress (System.ComponentModel.CancelEventArgs e) |
| Adds messagebox stating that user is leaving and is he sure. User can cancel backkeypressed here. More...
|
|
override void | OnNavigatingFrom (NavigatingCancelEventArgs e) |
| Stops capturing and sending data. More...
|
|
override void | OnNavigatedTo (NavigationEventArgs e) |
| Checks up if there is nosound set in previous view so UI can add chat for user. More...
|
|
Connected view is when connection to emergency exchange have been establish and processed by emergency exchange handler. If NoSound is enabled by user, this view opens up with chat. Emergency exchange can open map for user to pinpoint his location on map and send the location to emergency exchange. Handler can also open video recording. By taping cant talk enables chat also.
Constructor that takes connection from that last view saved to phoneapplicationservice with key "connection". Then just adds all eventhandlers for it. Also starts xnadispatchtimer and ready up media transfering.
void InitializeComponent |
( |
| ) |
|
void InitializeComponent |
( |
| ) |
|
override void OnBackKeyPress |
( |
System.ComponentModel.CancelEventArgs |
e | ) |
|
|
protected |
Adds messagebox stating that user is leaving and is he sure. User can cancel backkeypressed here.
override void OnNavigatedTo |
( |
NavigationEventArgs |
e | ) |
|
|
protected |
Checks up if there is nosound set in previous view so UI can add chat for user.
override void OnNavigatingFrom |
( |
NavigatingCancelEventArgs |
e | ) |
|
|
protected |
Stops capturing and sending data.
The documentation for this class was generated from the following files:
- Connected.xaml.cs
- Connected.g.cs
- Connected.g.i.cs