인터페이스 Subscribable
값의 업데이트를 가져오고 구독하는 데 사용할 수 있는 도우미 클래스입니다.
서명
interface Subscribable<T>
유형 매개변수
메서드 서명
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-04(UTC)
[null,null,["최종 업데이트: 2025-02-04(UTC)"],[[["This `Subscribable` interface, part of the Google Workspace Developer Preview Program, is a helper class designed for managing value updates."],["The interface allows access to a value through the `get()` method, the specific implementation of which is not detailed here."],["It facilitates subscription to value updates via the `subscribe(callback)` method, triggering a provided callback whenever the value changes."],["You can remove a previously subscribed callback using the `unsubscribe(callback)` method, requiring the original callback instance."]]],[]]