Пример #1
0
 public virtual void cancelSync(android.content.ISyncContext syncContext)
 {
     throw new System.NotImplementedException();
 }
Пример #2
0
 public virtual void startSync(android.content.ISyncContext syncContext, string authority
                               , android.accounts.Account account, android.os.Bundle extras)
 {
     throw new System.NotImplementedException();
 }
Пример #3
0
 public abstract void cancelSync(android.content.ISyncContext arg1);
Пример #4
0
 public abstract void startSync(android.content.ISyncContext arg1, string arg2, android.accounts.Account
                                arg3, android.os.Bundle arg4);
Пример #5
0
 public SyncContext(android.content.ISyncContext syncContextInterface)
 {
     throw new System.NotImplementedException();
 }