Method | Description | |
---|---|---|
AddOrRemoveToFavoritesAsync ( string sectionName, ItemViewModel item ) : System.Threading.Tasks.Task | ||
InitAsync ( ) : System.Threading.Tasks.Task | ||
IsOnFavorites ( string sectionName, ItemViewModel item ) : bool |
Method | Description | |
---|---|---|
CheckInitialized ( ) : void | ||
LoadRoamingAsync ( ) : System.Threading.Tasks.Task |
public AddOrRemoveToFavoritesAsync ( string sectionName, ItemViewModel item ) : System.Threading.Tasks.Task | ||
sectionName | string | |
item | ItemViewModel | |
return | System.Threading.Tasks.Task |
public static InitAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public IsOnFavorites ( string sectionName, ItemViewModel item ) : bool | ||
sectionName | string | |
item | ItemViewModel | |
return | bool |