Class PageSnapFeedbackMode
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PageSnapFeedbackMode implements Parcelable
The type of animation to display after snapping a page.
-
-
Method Summary
Modifier and Type Method Description abstract String
get_type()
abstract JSONObject
toJson()
final static PageSnapFeedbackMode
invoke(Map<String, Object> source)
final static PageSnapFunnelAnimation
pageSnapFunnelAnimation()
final static PageSnapCheckMarkAnimation
pageSnapCheckMarkAnimation()
final static PageSnapFeedbackNone
pageSnapFeedbackNone()
-
-
Method Detail
-
toJson
abstract JSONObject toJson()
-
invoke
final static PageSnapFeedbackMode invoke(Map<String, Object> source)
-
pageSnapFunnelAnimation
final static PageSnapFunnelAnimation pageSnapFunnelAnimation()
-
pageSnapCheckMarkAnimation
final static PageSnapCheckMarkAnimation pageSnapCheckMarkAnimation()
-
pageSnapFeedbackNone
final static PageSnapFeedbackNone pageSnapFeedbackNone()
-
-
-
-