C# Class MALClient.iOS.Adapters.MessageDialogProvider

Inheritance: IMessageDialogProvider
Afficher le fichier Open project: Mordonus/MALClient

Méthodes publiques

Méthode 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 méthode

public ShowMessageDialog ( string content, string title ) : void
content string
title string
Résultat void

ShowMessageDialogWithInput() public méthode

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
Résultat void