C# Class iOSTunez.LastFMLoginController

显示文件 Open project: alanmcgovern/tunez

Private Properties

Property Type Description
CheckLogin Task
LoginButton_TouchUpInside void
LoginButton_TouchUpInside void
ReleaseDesignerOutlets void

Public Methods

Method Description
LastFMLoginController ( IntPtr handle ) : Foundation
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void

Private Methods

Method Description
CheckLogin ( CancellationToken token ) : Task
LoginButton_TouchUpInside ( UIButton sender ) : void
LoginButton_TouchUpInside ( UIKit sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

LastFMLoginController() public method

public LastFMLoginController ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void