コード例 #1
0
 public RuleRecallListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #2
0
 public MentionSpamListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #3
0
 public ForbiddenWordListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #4
0
 public CommandContainerListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #5
0
 public WorkshopLinkListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #6
0
 public ModerationCommandListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #7
0
 public SuggestionsListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #8
0
 public BasicCommandListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #9
0
 public UserPresenceListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }
コード例 #10
0
ファイル: PinListener.cs プロジェクト: mestiez/Android-2
 public PinListener(AndroidInstance android, ulong channelID) : base(android, channelID)
 {
 }