Service.StopForegroundLegacy 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
选择器: #stopForeground(int)
等效于传递给 false
旧 API #stopForeground(boolean)
。
[Android.Runtime.Register("STOP_FOREGROUND_LEGACY", ApiSince=33)]
public const Android.App.StopForegroundFlags StopForegroundLegacy = 0;
[<Android.Runtime.Register("STOP_FOREGROUND_LEGACY", ApiSince=33)>]
val mutable StopForegroundLegacy : Android.App.StopForegroundFlags
字段值
Value = 0- 属性
注解
选择器: #stopForeground(int)
等效于传递给 false
旧 API #stopForeground(boolean)
。
此成员已弃用。 请改用 #STOP_FOREGROUND_DETACH
。 旧行为不一致,导致有关不可预知结果的 bug。
适用于 . 的 android.app.Service.STOP_FOREGROUND_LEGACY
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。