Loader.DeliverCancellation 方法

定义

通知已注册 OnLoadCanceledListener 的负载已取消。

[Android.Runtime.Register("deliverCancellation", "()V", "GetDeliverCancellationHandler")]
public virtual void DeliverCancellation ();
[<Android.Runtime.Register("deliverCancellation", "()V", "GetDeliverCancellationHandler")>]
abstract member DeliverCancellation : unit -> unit
override this.DeliverCancellation : unit -> unit
属性

注解

通知已注册 OnLoadCanceledListener 的负载已取消。 只能由子类调用。

必须从进程的主线程调用。

适用于 . 的 android.content.Loader.deliverCancellation()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于