C# Class Emoji.EmojiStore

Inheritance: IEmojiStore
Datei anzeigen Open project: jbevain/EmojiVS

Public Methods

Method Description
EmojiStore ( ) : System
Emojis ( ) : IEnumerable
TryGetEmoji ( string name, Emoji &emoji ) : bool

Private Methods

Method Description
DownloadEmoji ( Emoji emoji ) : void
EmojiFileName ( Uri uri ) : string
InitializeFromJson ( string json ) : void
InitializeStore ( ) : void
ReadLocalJsonAsync ( ) : Task
StoreDirectory ( ) : string
WriteLocalJsonAsync ( string json ) : System.Threading.Tasks.Task

Method Details

EmojiStore() public method

public EmojiStore ( ) : System
return System

Emojis() public method

public Emojis ( ) : IEnumerable
return IEnumerable

TryGetEmoji() public method

public TryGetEmoji ( string name, Emoji &emoji ) : bool
name string
emoji Emoji
return bool