C# Class BattlelogMobile.Core.Repository.ImageRepository

Show file Open project: mikkoviitala/battlelogmobile

Public Methods

Method Description
Load ( string imageName ) : BitmapImage
Load ( string imageUrl, string imageName, Action callback, string imageSaveName = null ) : void

Private Methods

Method Description
Download ( string imageUrl, string imageName, string imageSaveName ) : Task

Method Details

Load() public method

public Load ( string imageName ) : BitmapImage
imageName string
return System.Windows.Media.Imaging.BitmapImage

Load() public method

public Load ( string imageUrl, string imageName, Action callback, string imageSaveName = null ) : void
imageUrl string
imageName string
callback Action
imageSaveName string
return void