C# Class Cirrious.MvvmCross.Plugins.Bookmarks.WindowsPhone.MvxWindowsPhoneLiveTileBookmarkLibrarian

Inheritance: IMvxBookmarkLibrarian
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
AddBookmark ( Type viewModelType, string uniqueName, MvxBookmarkMetadata metadata, string>.IDictionary navigationArgs ) : bool
HasBookmark ( string uniqueName ) : bool
UpdateBookmark ( string uniqueName, MvxBookmarkMetadata metadata ) : bool

Private Methods

Method Description
FindShellTileFor ( string uniqueName ) : ShellTile
ToTileData ( MvxBookmarkMetadata metadata ) : StandardTileData

Method Details

AddBookmark() public method

public AddBookmark ( Type viewModelType, string uniqueName, MvxBookmarkMetadata metadata, string>.IDictionary navigationArgs ) : bool
viewModelType System.Type
uniqueName string
metadata MvxBookmarkMetadata
navigationArgs string>.IDictionary
return bool

HasBookmark() public method

public HasBookmark ( string uniqueName ) : bool
uniqueName string
return bool

UpdateBookmark() public method

public UpdateBookmark ( string uniqueName, MvxBookmarkMetadata metadata ) : bool
uniqueName string
metadata MvxBookmarkMetadata
return bool