SecurityAnimation
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
AnimationType
Enums |
ANIMATION_UNSPECIFIED |
|
FOIL_SHIMMER |
Standardfolie & Schimmernde Animation |
foilShimmer |
Alter Alias für FOIL_SHIMMER . Verworfen. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (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! |"]]