Class PageSnapFunnelAnimation
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PageSnapFunnelAnimation extends PageSnapFeedbackMode implements Parcelable
Configuration of the funnel animation.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
_type
private ScanbotColor
overlayColor
-
Constructor Summary
Constructors Constructor Description PageSnapFunnelAnimation(Map<String, Object> source)
PageSnapFunnelAnimation(JSONObject json)
PageSnapFunnelAnimation(ScanbotColor overlayColor)
-
Method Summary
Modifier and Type Method Description String
get_type()
final ScanbotColor
getOverlayColor()
The overlay color for the funnel animation. final Unit
setOverlayColor(ScanbotColor overlayColor)
The overlay color for the funnel animation. JSONObject
toJson()
final static PageSnapFunnelAnimation
default()
-
-
Constructor Detail
-
PageSnapFunnelAnimation
PageSnapFunnelAnimation(JSONObject json)
-
PageSnapFunnelAnimation
PageSnapFunnelAnimation(ScanbotColor overlayColor)
-
-
Method Detail
-
getOverlayColor
final ScanbotColor getOverlayColor()
The overlay color for the funnel animation. Default is "?sbColorModalOverlay"
-
setOverlayColor
final Unit setOverlayColor(ScanbotColor overlayColor)
The overlay color for the funnel animation. Default is "?sbColorModalOverlay"
-
toJson
JSONObject toJson()
-
default
final static PageSnapFunnelAnimation default()
-
-
-
-