C# 클래스 MALClient.Android.Adapters.MessageDialogProvider

상속: IMessageDialogProvider
파일 보기 프로젝트 열기: Mordonus/MALClient

공개 메소드들

메소드 설명
ShowMessageDialog ( string content, string title ) : void
ShowMessageDialogWithInput ( string content, string title, string trueCommand, string falseCommand, System.Action callbackOnTrue, System.Action callBackOnFalse = null ) : void

메소드 상세

ShowMessageDialog() 공개 메소드

public ShowMessageDialog ( string content, string title ) : void
content string
title string
리턴 void

ShowMessageDialogWithInput() 공개 메소드

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
리턴 void