SnapUIConfiguration

public final class SnapUIConfiguration

Configuration for the customizing the Snap UI.

See https://docs.snapodds.com/docs/mobile-sdk/android/snapodds-operator/customization or https://docs.snapodds.com/docs/mobile-sdk/android/snapodds-sport-media/customization for customization options

Functions

Link copied to clipboard
final String getHelpTitle()

Help Title

final Boolean getHideDefaultViewFinderAndQuadrangleDetection()

Hides the view finder UI

Link copied to clipboard
final Boolean getHidePoweredBySnapOddsBranding()

Hides the powered by SnapOdds branding in the Snap UI

Link copied to clipboard
final String getShowHelpButtonText()

Show Help Button Text - shown as the right side bar button item in the action bar when the snapping UI is visible

Link copied to clipboard
final String getSnapErrorConnectionIssueText()

Error text when any connection error occured during snapping

Link copied to clipboard
final String getSnapErrorGeneralText()

Error text when any error occured during snapping

Link copied to clipboard
final String getSnapErrorNoConnectionText()

Error text when no internet connection is available

Link copied to clipboard
final String getSnapErrorNoResultsText()

Error text when no result was found for manual snap

Link copied to clipboard
final String getSnapErrorTechnicalIssueText()

Error text when a technical issues error occured during snapping

Link copied to clipboard
final String getSnapHintText()

Snap Hint/Instruction shown in the snap ui

Link copied to clipboard
final String getSnapProgressText()

Progress text while manual snap is being handled

Link copied to clipboard
final String getSnapTitle()

Snap Title - set to null if you want to customize this on your own

Link copied to clipboard
final Unit setHelpTitle(String helpTitle)

Help Title

final Unit setHideDefaultViewFinderAndQuadrangleDetection(Boolean hideDefaultViewFinderAndQuadrangleDetection)

Hides the view finder UI

Link copied to clipboard
final Unit setHidePoweredBySnapOddsBranding(Boolean hidePoweredBySnapOddsBranding)

Hides the powered by SnapOdds branding in the Snap UI

Link copied to clipboard
final Unit setShowHelpButtonText(String showHelpButtonText)

Show Help Button Text - shown as the right side bar button item in the action bar when the snapping UI is visible

Link copied to clipboard
final Unit setSnapErrorConnectionIssueText(String snapErrorConnectionIssueText)

Error text when any connection error occured during snapping

Link copied to clipboard
final Unit setSnapErrorGeneralText(String snapErrorGeneralText)

Error text when any error occured during snapping

Link copied to clipboard
final Unit setSnapErrorNoConnectionText(String snapErrorNoConnectionText)

Error text when no internet connection is available

Link copied to clipboard
final Unit setSnapErrorNoResultsText(String snapErrorNoResultsText)

Error text when no result was found for manual snap

Link copied to clipboard
final Unit setSnapErrorTechnicalIssueText(String snapErrorTechnicalIssueText)

Error text when a technical issues error occured during snapping

Link copied to clipboard
final Unit setSnapHintText(String snapHintText)

Snap Hint/Instruction shown in the snap ui

Link copied to clipboard
final Unit setSnapProgressText(String snapProgressText)

Progress text while manual snap is being handled

Link copied to clipboard
final Unit setSnapTitle(String snapTitle)

Snap Title - set to null if you want to customize this on your own

Properties

Link copied to clipboard
private String helpTitle

Help Title

private Boolean hideDefaultViewFinderAndQuadrangleDetection

Hides the view finder UI

Link copied to clipboard
private Boolean hidePoweredBySnapOddsBranding

Hides the powered by SnapOdds branding in the Snap UI

Link copied to clipboard
private String showHelpButtonText

Show Help Button Text - shown as the right side bar button item in the action bar when the snapping UI is visible

Link copied to clipboard
private String snapErrorConnectionIssueText

Error text when any connection error occured during snapping

Link copied to clipboard
private String snapErrorGeneralText

Error text when any error occured during snapping

Link copied to clipboard
private String snapErrorNoConnectionText

Error text when no internet connection is available

Link copied to clipboard
private String snapErrorNoResultsText

Error text when no result was found for manual snap

Link copied to clipboard
private String snapErrorTechnicalIssueText

Error text when a technical issues error occured during snapping

Link copied to clipboard
private String snapHintText

Snap Hint/Instruction shown in the snap ui

Link copied to clipboard
private String snapProgressText

Progress text while manual snap is being handled

Link copied to clipboard
private String snapTitle

Snap Title - set to null if you want to customize this on your own