Method | Description | |
---|---|---|
CommandPodcastApp ( PodcastCommand command, PlayMode playMode = PlayMode.None, UiMode uiMode = UiMode.Standard, string callbackUri = "", string callbackName = "" ) : void |
Launches a podcast app w/ a specified command
|
|
HasPodcastUri ( |
Determines whether the specified URI uses the podcast URI scheme
|
|
RetrievePodcastAction ( |
Retrieves the podcast action.
|
|
SubscribeToPodcast ( |
Launches a podcast app w/ a request to subscribe to a specified podcast
|
public static CommandPodcastApp ( PodcastCommand command, PlayMode playMode = PlayMode.None, UiMode uiMode = UiMode.Standard, string callbackUri = "", string callbackName = "" ) : void | ||
command | PodcastCommand | The command. |
playMode | PlayMode | The mode of playback |
uiMode | UiMode | The mode of the UI |
callbackUri | string | The callback URI for your app if you want to be called back after the podcast app finishes its command. |
callbackName | string | The name of your app which could be displayed in the target podcast app |
return | void |
public static HasPodcastUri ( |
||
uri | The URI. | |
return | bool |
public static RetrievePodcastAction ( |
||
uri | The URI. | |
return |
public static SubscribeToPodcast ( |
||
feedUrl | Url for the podcast feed | |
callbackUri | string | The callback URI for your app if you want to be called back after the podcast app finishes its command. |
callbackName | string | The name of your app which could be displayed in the target podcast app |
return | void |