C# Class MahTweets.UrlShorteners.Bitly

Inheritance: IUrlShortener
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
Setup ( ) : void
Shorten ( String Url ) : Task
ShowSettings ( ) : void

Private Methods

Method Description
ShowSettings ( string Url ) : void
setupView_Closed ( BitlyLoginView view, String Url ) : Task

Method Details

Setup() public method

public Setup ( ) : void
return void

Shorten() public method

public Shorten ( String Url ) : Task
Url String
return Task

ShowSettings() public method

public ShowSettings ( ) : void
return void