SecurityAnimation
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
AnimationType
열거형 |
ANIMATION_UNSPECIFIED |
|
FOIL_SHIMMER |
기본 호일 및 쉬머 애니메이션 |
foilShimmer |
FOIL_SHIMMER 의 기존 별칭입니다. 지원 중단되었습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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! |"]]