SecurityAnimation
Stay organized with collections
Save and categorize content based on your preferences.
AnimationType
Enums |
ANIMATION_UNSPECIFIED |
|
FOIL_SHIMMER |
Default Foil & Shimmer animation |
foilShimmer |
Legacy alias for FOIL_SHIMMER . Deprecated. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-13 UTC.
[null,null,["Last updated 2025-03-13 UTC."],[[["\u003cp\u003eThe object contains a single field, \u003ccode\u003eanimationType\u003c/code\u003e, which specifies the type of animation to be used.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eanimationType\u003c/code\u003e is an enum with possible values: \u003ccode\u003eANIMATION_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eFOIL_SHIMMER\u003c/code\u003e, and \u003ccode\u003efoilShimmer\u003c/code\u003e (deprecated).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFOIL_SHIMMER\u003c/code\u003e represents the default Foil & Shimmer animation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003efoilShimmer\u003c/code\u003e is a legacy alias for \u003ccode\u003eFOIL_SHIMMER\u003c/code\u003e and is deprecated.\u003c/p\u003e\n"]]],["The document defines a JSON representation for an animation, specifying an `animationType` field. This field uses an enumeration called `AnimationType`. The available `AnimationType` values are `ANIMATION_UNSPECIFIED`, and `FOIL_SHIMMER`. A deprecated legacy alias, `foilShimmer`, also maps to `FOIL_SHIMMER`. The `FOIL_SHIMMER` option represents the default Foil & Shimmer animation.\n"],null,["# SecurityAnimation\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [AnimationType](#AnimationType)\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------|\n| ``` { \"animationType\": enum (/wallet/reference/rest/v1/SecurityAnimation#AnimationType) } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------|\n| `animationType` | `enum (`[AnimationType](/wallet/reference/rest/v1/SecurityAnimation#AnimationType)`)` Type of animation. |\n\nAnimationType\n-------------\n\n| Enums ||\n|-------------------------|-------------------------------------------------------------------------|\n| `ANIMATION_UNSPECIFIED` | |\n| `FOIL_SHIMMER` | Default Foil \\& Shimmer animation |\n| `foilShimmer` | Legacy alias for `FOIL_SHIMMER`. Deprecated. | This item is deprecated! |"]]