C# Class SoundCloudPlus.Band.BandConnections

Inheritance: INotifyPropertyChanged
Show file Open project: justijndepover/Soundcloudplus

Public Methods

Method Description
BandConnections ( ) : System
ConnectBand ( ) : Task
CreateAndPushTileAsync ( string name ) : Task

Private Methods

Method Description
FindBands ( ) : Task
LoadIcon ( string uri ) : Task
OnPropertyChanged ( [ propertyName = null ) : void
TileManager_TileButtonPressed ( object sender, BandTileEventArgs e ) : void

Method Details

BandConnections() public method

public BandConnections ( ) : System
return System

ConnectBand() public method

public ConnectBand ( ) : Task
return Task

CreateAndPushTileAsync() public method

public CreateAndPushTileAsync ( string name ) : Task
name string
return Task