-
public final class PLYActivity.Properties
-
-
Field Summary
Fields Modifier and Type Field Description private final PLYUIViewTypetypeprivate final StringpresentationIdprivate final StringplacementIdprivate final PLYPresentationDisplayModedisplayModeprivate final StringbackgroundColorprivate final StringprogressColorprivate final PLYPresentationpresentation
-
Constructor Summary
Constructors Constructor Description PLYActivity.Properties(PLYUIViewType type, String presentationId, String placementId, PLYPresentationDisplayMode displayMode, String backgroundColor, String progressColor, PLYPresentation presentation)
-
Method Summary
Modifier and Type Method Description final PLYUIViewTypegetType()final StringgetPresentationId()final StringgetPlacementId()final PLYPresentationDisplayModegetDisplayMode()final StringgetBackgroundColor()final StringgetProgressColor()final PLYPresentationgetPresentation()final <ERROR CLASS>toBundle()-
-
Constructor Detail
-
PLYActivity.Properties
PLYActivity.Properties(PLYUIViewType type, String presentationId, String placementId, PLYPresentationDisplayMode displayMode, String backgroundColor, String progressColor, PLYPresentation presentation)
-
-
Method Detail
-
getType
final PLYUIViewType getType()
-
getPresentationId
final String getPresentationId()
-
getPlacementId
final String getPlacementId()
-
getDisplayMode
final PLYPresentationDisplayMode getDisplayMode()
-
getBackgroundColor
final String getBackgroundColor()
-
getProgressColor
final String getProgressColor()
-
getPresentation
final PLYPresentation getPresentation()
-
toBundle
final <ERROR CLASS> toBundle()
-
-
-
-