C# Class MonoMobile.Views.MonoMobileApplication

Inheritance: UIApplication
Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Methods

Method Description
DismissModalView ( bool animated ) : void
IsSearchbarVisible ( ) : bool
PresentModelView ( Type viewType ) : void
PresentModelView ( object view ) : void
PresentModelView ( object view, UIModalTransitionStyle transistionStyle ) : void
PushView ( object view ) : void
PushView ( object view, bool animated ) : void
PushView ( object view, bool animated, bool pushing ) : void
Run ( string title, Type mainViewType, string args ) : void
Run ( string delegateName, string args ) : void
ToggleSearchbar ( ) : void

Private Methods

Method Description
CreateDialogViewController ( object view, bool isModal, bool pushing ) : DialogViewController
MonoMobileApplication ( ) : System.Threading

Method Details

DismissModalView() public static method

public static DismissModalView ( bool animated ) : void
animated bool
return void

IsSearchbarVisible() public static method

public static IsSearchbarVisible ( ) : bool
return bool

PresentModelView() public static method

public static PresentModelView ( Type viewType ) : void
viewType System.Type
return void

PresentModelView() public static method

public static PresentModelView ( object view ) : void
view object
return void

PresentModelView() public static method

public static PresentModelView ( object view, UIModalTransitionStyle transistionStyle ) : void
view object
transistionStyle UIModalTransitionStyle
return void

PushView() public static method

public static PushView ( object view ) : void
view object
return void

PushView() public static method

public static PushView ( object view, bool animated ) : void
view object
animated bool
return void

PushView() public static method

public static PushView ( object view, bool animated, bool pushing ) : void
view object
animated bool
pushing bool
return void

Run() public static method

public static Run ( string title, Type mainViewType, string args ) : void
title string
mainViewType System.Type
args string
return void

Run() public static method

public static Run ( string delegateName, string args ) : void
delegateName string
args string
return void

ToggleSearchbar() public static method

public static ToggleSearchbar ( ) : void
return void