Interface IScreenController<TModel>
public interface IScreenController<out TModel> : IScreenController where TModel : IScreenModel
Type Parameters
TModel
- Inherited Members
Methods
Embed(ISurface)
Activates the screen embedded within another screen on an existing surface
TModel Embed(ISurface surface)
Parameters
surfaceISurface
Returns
- TModel