C# Class CrossUI.iOS.Dialog.Elements.MessageSummaryView

Inheritance: UIView
Datei anzeigen Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
Draw ( CGRect rect ) : void
Update ( string sender, string body, string subject, System.DateTime date, bool newFlag, int messageCount ) : void

Private Methods

Method Description
MessageSummaryView ( ) : CoreGraphics

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

Update() public method

public Update ( string sender, string body, string subject, System.DateTime date, bool newFlag, int messageCount ) : void
sender string
body string
subject string
date System.DateTime
newFlag bool
messageCount int
return void