Property | Type | Description | |
---|---|---|---|
episodeDownloadManager | |||
forceReloadOfEpisodeData | bool | ||
isTrial | bool | ||
licenseInfo | LicenseInformation | ||
mainViewModels | MainViewModels | ||
playbackManager | PodcastPlaybackManager |
Property | Type | Description | |
---|---|---|---|
Application_Activated | void | ||
Application_Closing | void | ||
Application_Deactivated | void | ||
Application_Launching | void | ||
Application_UnhandledException | void | ||
CompleteInitializePhoneApplication | void | ||
InitializePhoneApplication | void | ||
RootFrame_NavigationFailed | void | ||
detectCurrentTheme | void | ||
refreshEpisodeFromAudioAgent | PodcastEpisodeModel |
Method | Description | |
---|---|---|
App ( ) : System |
Constructor for the Application object.
|
|
getPlayposFromAudioAgentForEpisode ( |
||
refreshEpisodesFromAudioAgent ( ) : void | ||
showErrorToast ( string message ) : void | ||
showNotificationToast ( string message ) : void |
Method | Description | |
---|---|---|
Application_Activated ( object sender, ActivatedEventArgs e ) : void | ||
Application_Closing ( object sender, ClosingEventArgs e ) : void | ||
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void | ||
Application_Launching ( object sender, LaunchingEventArgs e ) : void | ||
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void | ||
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void | ||
InitializePhoneApplication ( ) : void | ||
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void | ||
detectCurrentTheme ( ) : void | ||
refreshEpisodeFromAudioAgent ( PodcastEpisodeModel episode ) : PodcastEpisodeModel |
public static getPlayposFromAudioAgentForEpisode ( |
||
episode | ||
return | long |
public static refreshEpisodesFromAudioAgent ( ) : void | ||
return | void |
public static showErrorToast ( string message ) : void | ||
message | string | |
return | void |
public static showNotificationToast ( string message ) : void | ||
message | string | |
return | void |
public static PodcastEpisodesDownloadManager,Podcatcher episodeDownloadManager | ||
return |
public static bool forceReloadOfEpisodeData | ||
return | bool |
public static LicenseInformation licenseInfo | ||
return | LicenseInformation |
public static MainViewModels mainViewModels | ||
return | MainViewModels |