gpt4 book ai didi

chrome-custom-tabs - android.support.customtabs.extra.KEEP_ALIVE

转载 作者:行者123 更新时间:2023-12-03 17:37:44 24 4
gpt4 key购买 nike

为自定义选项卡传递服务名称的公共(public) API 是什么?示例应用程序使用以下内容并按预期工作,但我在官方文档中没有看到它。 (https://developer.android.com/reference/android/support/customtabs/CustomTabsIntent.html)

private static final String EXTRA_CUSTOM_TABS_KEEP_ALIVE =
"android.support.customtabs.extra.KEEP_ALIVE";

Intent keepAliveIntent = new Intent().setClassName(
context.getPackageName(), KeepAliveService.class.getCanonicalName());
intent.putExtra(EXTRA_CUSTOM_TABS_KEEP_ALIVE, keepAliveIntent);

最佳答案

目前还没有用于设置保持事件的公共(public) api。您可以通过 source code 自行查看的 CustomTabsIntent.Builder .

关于chrome-custom-tabs - android.support.customtabs.extra.KEEP_ALIVE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44476907/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com