ClipShareUIConfiguration

public final class ClipShareUIConfiguration

Configuration for the customizing the ClipShare UI.

Functions

Link copied to clipboard
final String getClipCreationFailedDismissButton()

Dismiss button for alert that is shown when clip creation fails

Link copied to clipboard
final String getClipCreationFailedMessage()

Error message for alert that is shown when clip creation fails

Link copied to clipboard
final String getClipMaximumLengthHint()

Hint about the maximum length of the clip - should include 1 string placeholder

Link copied to clipboard
final String getClipTimestampText()

Text for the timestamp of the snap - should include 2 string placeholders

Link copied to clipboard
final String getEpgTitleText()

Epg title text - should include 2 string placeholders.

Link copied to clipboard
final String getSaveClipButtonText()

Save Clip Button text

Link copied to clipboard
final String getSnapLoadingFailed()

Error message when snap information for the clip could not be loaded

Link copied to clipboard
final String getSnapTooShortError()

Error message when snap information for the clip could be loaded, but the available clip is too short

Link copied to clipboard
final String getTrimLoadingText()

Progress text while snap information is being loaded

Link copied to clipboard
final String getTrimTitle()

Navigation title for the ClipShare UI

Link copied to clipboard
final Unit setClipCreationFailedDismissButton(String clipCreationFailedDismissButton)

Dismiss button for alert that is shown when clip creation fails

Link copied to clipboard
final Unit setClipCreationFailedMessage(String clipCreationFailedMessage)

Error message for alert that is shown when clip creation fails

Link copied to clipboard
final Unit setClipMaximumLengthHint(String clipMaximumLengthHint)

Hint about the maximum length of the clip - should include 1 string placeholder

Link copied to clipboard
final Unit setClipTimestampText(String clipTimestampText)

Text for the timestamp of the snap - should include 2 string placeholders

Link copied to clipboard
final Unit setEpgTitleText(String epgTitleText)

Epg title text - should include 2 string placeholders.

Link copied to clipboard
final Unit setSaveClipButtonText(String saveClipButtonText)

Save Clip Button text

Link copied to clipboard
final Unit setSnapLoadingFailed(String snapLoadingFailed)

Error message when snap information for the clip could not be loaded

Link copied to clipboard
final Unit setSnapTooShortError(String snapTooShortError)

Error message when snap information for the clip could be loaded, but the available clip is too short

Link copied to clipboard
final Unit setTrimLoadingText(String trimLoadingText)

Progress text while snap information is being loaded

Link copied to clipboard
final Unit setTrimTitle(String trimTitle)

Navigation title for the ClipShare UI

Properties

Link copied to clipboard
private String clipCreationFailedDismissButton

Dismiss button for alert that is shown when clip creation fails

Link copied to clipboard
private String clipCreationFailedMessage

Error message for alert that is shown when clip creation fails

Link copied to clipboard
private String clipMaximumLengthHint

Hint about the maximum length of the clip - should include 1 string placeholder

Link copied to clipboard
private String clipTimestampText

Text for the timestamp of the snap - should include 2 string placeholders

Link copied to clipboard
private String epgTitleText

Epg title text - should include 2 string placeholders.

Link copied to clipboard
private String saveClipButtonText

Save Clip Button text

Link copied to clipboard
private String snapLoadingFailed

Error message when snap information for the clip could not be loaded

Link copied to clipboard
private String snapTooShortError

Error message when snap information for the clip could be loaded, but the available clip is too short

Link copied to clipboard
private String trimLoadingText

Progress text while snap information is being loaded

Link copied to clipboard
private String trimTitle

Navigation title for the ClipShare UI