C# Class Cocktail.Tests.Helpers.TestPlatformProvider

Inheritance: IPlatformProvider
Show file Open project: IdeaBlade/Punch

Public Methods

Method Description
BeginOnUIThread ( System action ) : void
ExecuteOnFirstLoad ( object view, System handler ) : void
ExecuteOnLayoutUpdated ( object view, System handler ) : void
GetFirstNonGeneratedView ( object view ) : object
GetViewCloseAction ( object viewModel, System views, bool dialogResult ) : System.Action
OnUIThread ( System action ) : void
OnUIThreadAsync ( System action ) : System.Threading.Tasks.Task

Method Details

BeginOnUIThread() public method

public BeginOnUIThread ( System action ) : void
action System
return void

ExecuteOnFirstLoad() public method

public ExecuteOnFirstLoad ( object view, System handler ) : void
view object
handler System
return void

ExecuteOnLayoutUpdated() public method

public ExecuteOnLayoutUpdated ( object view, System handler ) : void
view object
handler System
return void

GetFirstNonGeneratedView() public method

public GetFirstNonGeneratedView ( object view ) : object
view object
return object

GetViewCloseAction() public method

public GetViewCloseAction ( object viewModel, System views, bool dialogResult ) : System.Action
viewModel object
views System
dialogResult bool
return System.Action

OnUIThread() public method

public OnUIThread ( System action ) : void
action System
return void

OnUIThreadAsync() public method

public OnUIThreadAsync ( System action ) : System.Threading.Tasks.Task
action System
return System.Threading.Tasks.Task