如何识别OnTimeSetListener方法内部调用的TimePickerDialog?

发布于 2024-12-22 19:02:13 字数 195 浏览 2 评论 0原文

我有两个不同的 TimePickerDialogs 共享相同的回调方法,我试图找出如何区分它们。目前,他们唯一的不同之处在于他们的头衔,尽管这可能会改变。

无论如何,如果仅给出传递到 TimePickerDialog.OnTimeSetListener 方法的 TimePicker,如何获取 TimePickerDialog 的标题?

多谢。

I have two different TimePickerDialogs that share the same callback method, and I'm trying to figure out how to differentiate between them. Currently the only way they differ is in their title, although that can change.

Anyways, how do I get the TimePickerDialog's title, given only the TimePicker that's passed into the TimePickerDialog.OnTimeSetListener method?

Thanks a lot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贩梦商人 2024-12-29 19:02:13

在打开对话框之前,只需将当前使用的 TimePickerDialog 存储在某个类变量中即可。当您的回调被调用时,请引用该变量来区分这两个对象

Just store the currently used TimePickerDialog in some class variable before you open the dialog. When your callback is called refer to that variable to distinguish between those two objects

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文