C# Class Transit.Framework.NotificationPanel

Inheritance: DisclaimerPanel
Mostrar archivo Open project: Katalyst6/CSL.TransitAddonMod

Protected Properties

Property Type Description
_cancelButton UIButton
_description UILabel
_dontShowAgainCheckbox UICheckBox
_okButton UIButton
_scrollbar UIScrollbar
_title UILabel
s_instance NotificationPanel

Public Methods

Method Description
InitPanel ( ) : bool
Show ( string title, string description, bool showScrollbar, bool playFireworks ) : void
Show ( string title, string description, bool showScrollbar, string okButtonText, System.Action okCallback, string cancelButtonText, System.Action cancelCallback, bool playFireworks ) : void
Show ( string title, string description, bool showScrollbar, string url, string urlButtonText, bool playFireworks ) : void

Method Details

InitPanel() public method

public InitPanel ( ) : bool
return bool

Show() public method

public Show ( string title, string description, bool showScrollbar, bool playFireworks ) : void
title string
description string
showScrollbar bool
playFireworks bool
return void

Show() public method

public Show ( string title, string description, bool showScrollbar, string okButtonText, System.Action okCallback, string cancelButtonText, System.Action cancelCallback, bool playFireworks ) : void
title string
description string
showScrollbar bool
okButtonText string
okCallback System.Action
cancelButtonText string
cancelCallback System.Action
playFireworks bool
return void

Show() public method

public Show ( string title, string description, bool showScrollbar, string url, string urlButtonText, bool playFireworks ) : void
title string
description string
showScrollbar bool
url string
urlButtonText string
playFireworks bool
return void

Property Details

_cancelButton protected_oe property

protected UIButton _cancelButton
return UIButton

_description protected_oe property

protected UILabel _description
return UILabel

_dontShowAgainCheckbox protected_oe property

protected UICheckBox _dontShowAgainCheckbox
return UICheckBox

_okButton protected_oe property

protected UIButton _okButton
return UIButton

_scrollbar protected_oe property

protected UIScrollbar _scrollbar
return UIScrollbar

_title protected_oe property

protected UILabel _title
return UILabel

s_instance protected_oe static_oe property

protected static NotificationPanel,Transit.Framework s_instance
return NotificationPanel