ContentResolver.GetSyncAdapterTypes 方法

定义

获取有关系统已知的 SyncAdapters 的信息。

[Android.Runtime.Register("getSyncAdapterTypes", "()[Landroid/content/SyncAdapterType;", "")]
public static Android.Content.SyncAdapterType[]? GetSyncAdapterTypes();
[<Android.Runtime.Register("getSyncAdapterTypes", "()[Landroid/content/SyncAdapterType;", "")>]
static member GetSyncAdapterTypes : unit -> Android.Content.SyncAdapterType[]

返回

已注册到系统的 SyncAdapters 数组

属性

注解

获取有关系统已知的 SyncAdapters 的信息。

Java文档android.content.ContentResolver.getSyncAdapterTypes()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于