Method | Description | |
---|---|---|
CheckLocal ( string title, |
||
Get ( ) : |
||
GetCurrentBackgroundAsync ( WeatherCondition condition, bool isNight ) : Task |
||
GetFileFromLocalAsync ( string title ) : Task |
||
GetThumbnailsFromAssetsAsync ( string title ) : string>>>.Task |
||
Pick ( string name, int number ) : void | ||
RemoveLocal ( string title ) : System.Threading.Tasks.Task | ||
Save ( ) : void | ||
SaveLocalFile ( string title, |
public CheckLocal ( string title, |
||
title | string | |
lUri | ||
return | void |
public GetCurrentBackgroundAsync ( WeatherCondition condition, bool isNight ) : Task |
||
condition | WeatherCondition | |
isNight | bool | |
return | Task |
public static GetFileFromLocalAsync ( string title ) : Task |
||
title | string | |
return | Task |
public static GetThumbnailsFromAssetsAsync ( string title ) : string>>>.Task |
||
title | string | |
return | string>>>.Task |
public Pick ( string name, int number ) : void | ||
name | string | |
number | int | |
return | void |
public RemoveLocal ( string title ) : System.Threading.Tasks.Task | ||
title | string | |
return | System.Threading.Tasks.Task |
public SaveLocalFile ( string title, |
||
title | string | |
file | ||
return | Task |