Class ChannelPasswordDialog
Prompts for a channel password when joining a protected channel. Returns the entered password, or null if the user cancels.
public sealed class ChannelPasswordDialog
- Inheritance
-
ChannelPasswordDialog
- Inherited Members
Constructors
ChannelPasswordDialog()
public ChannelPasswordDialog()
Methods
Show(IApplication, string, string?)
public static string? Show(IApplication app, string channelName, string? message = null)