Package 

Class SentryUserFeedbackDialog.Builder

    • Constructor Detail

      • SentryUserFeedbackDialog.Builder

        SentryUserFeedbackDialog.Builder(Context context)
        Creates a builder for a SentryUserFeedbackDialog that uses the default alert dialogtheme.
        Parameters:
        context - the parent context
      • SentryUserFeedbackDialog.Builder

        SentryUserFeedbackDialog.Builder(Context context, int themeResId)
        Creates a builder for a SentryUserFeedbackDialog that uses an explicit themeresource.
        Parameters:
        context - the parent context
        themeResId - the resource ID of the theme against which to inflate this dialog, or{@code 0} to use the parent {@code context}'s default alert dialog theme
      • SentryUserFeedbackDialog.Builder

        SentryUserFeedbackDialog.Builder(Context context, SentryUserFeedbackDialog.OptionsConfiguration configuration)
        Creates a builder for a SentryUserFeedbackDialog that uses the default alert dialogtheme.
        Parameters:
        context - the parent context
        configuration - the configuration for the feedback options, can be {@code null} to usethe global feedback options.
      • SentryUserFeedbackDialog.Builder

        SentryUserFeedbackDialog.Builder(Context context, int themeResId, SentryUserFeedbackDialog.OptionsConfiguration configuration)
        Creates a builder for a SentryUserFeedbackDialog that uses an explicit themeresource.
        Parameters:
        context - the parent context
        themeResId - the resource ID of the theme against which to inflate this dialog, or{@code 0} to use the parent {@code context}'s default alert dialog theme
        configuration - the configuration for the feedback options, can be {@code null} to usethe global feedback options.