monoandroid
namespace Android.Content
{
[Register("android/content/AbstractThreadedSyncAdapter", DoNotGenerateAcw = true)]
public abstract class AbstractThreadedSyncAdapter : Object
{
[Register("onSecurityException", "(Landroid/accounts/Account;Landroid/os/Bundle;Ljava/lang/String;Landroid/content/SyncResult;)V", "GetOnSecurityException_Landroid_accounts_Account_Landroid_os_Bundle_Ljava_lang_String_Landroid_content_SyncResult_Handler", ApiSince = 23)]
public virtual void OnSecurityException(Account? account, Bundle? extras, string? authority, SyncResult? syncResult);
}
}
.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. |
Platform Restrictions | This framework does not have platform annotations. |