C# Class Rg.Plugins.Popup.Droid.Impl.PopupNavigationDroid

Inheritance: IPopupNavigation
显示文件 Open project: rotorgames/Rg.Plugins.Popup

Private Properties

Property Type Description
OnBackPressed bool
UpdateListeners void

Public Methods

Method Description
AddPopup ( PopupPage page ) : void
RemovePopup ( PopupPage page ) : void

Private Methods

Method Description
OnBackPressed ( object sender, EventArgs e ) : bool
UpdateListeners ( bool isAdd ) : void

Method Details

AddPopup() public method

public AddPopup ( PopupPage page ) : void
page Rg.Plugins.Popup.Pages.PopupPage
return void

RemovePopup() public method

public RemovePopup ( PopupPage page ) : void
page Rg.Plugins.Popup.Pages.PopupPage
return void