C# Class Solocast.UWP.Infrastructure.Services.MessageDialogService

Inheritance: IMessageDialogService
Mostra file Open project: Solocast/solocast-clients

Public Methods

Method Description
ShowDialogAsync ( string content, string title, IEnumerable commands, uint defaultCommandIndex ) : Task

Method Details

ShowDialogAsync() public method

public ShowDialogAsync ( string content, string title, IEnumerable commands, uint defaultCommandIndex ) : Task
content string
title string
commands IEnumerable
defaultCommandIndex uint
return Task