C# Class MALClient.iOS.Adapters.MessageDialogProvider

Inheritance: IMessageDialogProvider
ファイルを表示 Open project: Mordonus/MALClient

Public Methods

Method Description
ShowMessageDialog ( string content, string title ) : void
ShowMessageDialogWithInput ( string content, string title, string trueCommand, string falseCommand, System.Action callbackOnTrue, System.Action callBackOnFalse = null ) : void

Method Details

ShowMessageDialog() public method

public ShowMessageDialog ( string content, string title ) : void
content string
title string
return void

ShowMessageDialogWithInput() public method

public ShowMessageDialogWithInput ( string content, string title, string trueCommand, string falseCommand, System.Action callbackOnTrue, System.Action callBackOnFalse = null ) : void
content string
title string
trueCommand string
falseCommand string
callbackOnTrue System.Action
callBackOnFalse System.Action
return void