프로퍼티 | 타입 | 설명 | |
---|---|---|---|
episodeDownloadManager | |||
forceReloadOfEpisodeData | bool | ||
isTrial | bool | ||
licenseInfo | LicenseInformation | ||
mainViewModels | MainViewModels | ||
playbackManager | PodcastPlaybackManager |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
App ( ) : System |
Constructor for the Application object.
|
|
getPlayposFromAudioAgentForEpisode ( |
||
refreshEpisodesFromAudioAgent ( ) : void | ||
showErrorToast ( string message ) : void | ||
showNotificationToast ( string message ) : void |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | long |
public static refreshEpisodesFromAudioAgent ( ) : void | ||
리턴 | void |
public static showErrorToast ( string message ) : void | ||
message | string | |
리턴 | void |
public static showNotificationToast ( string message ) : void | ||
message | string | |
리턴 | void |
public static PodcastEpisodesDownloadManager,Podcatcher episodeDownloadManager | ||
리턴 |