Exemplo n.º 1
0
 public abstract void removeStatusChangeListener(android.content.ISyncStatusObserver
                                                 arg1);
Exemplo n.º 2
0
 public virtual void removeStatusChangeListener(android.content.ISyncStatusObserver
                                                callback)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 3
0
 public abstract void addStatusChangeListener(int arg1, android.content.ISyncStatusObserver
                                              arg2);
Exemplo n.º 4
0
 public override void addStatusChangeListener(int mask, android.content.ISyncStatusObserver
                                              callback)
 {
     throw new System.NotImplementedException();
 }