monoandroid
namespace Android.Provider
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/provider/Contacts", DoNotGenerateAcw = true)]
public class Contacts : Object
{
[Obsolete("Use the 'Android.Provider.Contacts.IPhotosColumns' type. This class will be removed in a future release.")]
[Register("android/provider/Contacts$PhotosColumns", DoNotGenerateAcw = true)]
public abstract class PhotosColumns : Object
{
[Obsolete("deprecated")]
[Register("EXISTS_ON_SERVER")]
public const string! ExistsOnServer = "exists_on_server";
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |