C# Class WatchBackgroundRefresh.WatchBackgroundRefreshWatchAppExtension.InterfaceController

Inheritance: WKInterfaceController, IWKExtensionDelegate, INSUrlSessionDownloadDelegate
Mostra file Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
DidFinishDownloading void
HandleBackgroundTasks void
ReleaseDesignerOutlets void
ScheduleRefreshButtonTapped void
ScheduleSnapshot void
ScheduleURLSession void
UpdateLabel void

Public Methods

Method Description
Awake ( NSObject context ) : void

Protected Methods

Method Description
InterfaceController ( IntPtr handle ) : System

Private Methods

Method Description
DidFinishDownloading ( NSUrlSession session, NSUrlSessionDownloadTask downloadTask, NSUrl location ) : void
HandleBackgroundTasks ( NSSet backgroundTasks ) : void
ReleaseDesignerOutlets ( ) : void
ScheduleRefreshButtonTapped ( ) : void
ScheduleSnapshot ( ) : void
ScheduleURLSession ( ) : void
UpdateLabel ( ) : void

Method Details

Awake() public method

public Awake ( NSObject context ) : void
context NSObject
return void

InterfaceController() protected method

protected InterfaceController ( IntPtr handle ) : System
handle System.IntPtr
return System