Package 

Class TournamentJoinDialog

    • Constructor Detail

      • TournamentJoinDialog

        TournamentJoinDialog(Activity activity)
        Constructs a new TournamentJoinDialog.
        Parameters:
        activity - Activity hosting the dialog.
      • TournamentJoinDialog

        TournamentJoinDialog(Fragment fragment)
        Constructs a new TournamentJoinDialog.
        Parameters:
        fragment - androidx.fragment.app.Fragment hosting the dialog.
      • TournamentJoinDialog

        TournamentJoinDialog(Fragment fragment)
        Constructs a new TournamentJoinDialog.
        Parameters:
        fragment - android.app.Fragment hosting the dialog.
    • Method Detail

      • show

         final Unit show(String tournamentID, String payload)

        Shows the tournament join dialog, where the user may join a specified tournament. If no tournamentID is provided, the dialog present a list of suggested tournaments instead.

        Parameters:
        tournamentID - The tournament to be joined (optional).
        payload - The tournament payload.