SecurityAnimation
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
AnimationType
枚举 |
ANIMATION_UNSPECIFIED |
|
FOIL_SHIMMER |
默认箔和闪烁动画 |
foilShimmer |
FOIL_SHIMMER 的旧别名,已弃用。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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! |"]]