C# Class Cirrious.MvvmCross.Binding.Droid.MvxViewAssemblyBootstrapAction

Inheritance: IMvxBootstrapAction
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
Run ( ) : void

Protected Methods

Method Description
RegisterNamespace ( ) : void
RegisterViewTypes ( ) : void

Method Details

RegisterNamespace() protected method

protected RegisterNamespace ( ) : void
return void

RegisterViewTypes() protected method

protected RegisterViewTypes ( ) : void
return void

Run() public method

public Run ( ) : void
return void