SyncAdapterType.NewKey(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
[Android.Runtime.Register("newKey", "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SyncAdapterType;", "")]
public static Android.Content.SyncAdapterType? NewKey(string? authority, string? accountType);
[<Android.Runtime.Register("newKey", "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SyncAdapterType;", "")>]
static member NewKey : string * string -> Android.Content.SyncAdapterType
Paramètres
- authority
- String
Autorité du fournisseur de contenu.
- accountType
- String
Type de compte.
Retours
Clé d’adaptateur de synchronisation pour l’autorité et le type de compte fournis.
- Attributs
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.
Java documentation pour android.content.SyncAdapterType.newKey(java.lang.String, java.lang.String).