public abstract [email protected] getISpellCheckerSession
     (string arg1, [email protected] arg2
     , android.os.Bundle arg3);
 public virtual [email protected] getISpellCheckerSession
     (string locale, [email protected]
     listener, android.os.Bundle bundle)
 {
     throw new System.NotImplementedException();
 }
Example #3
0
 public abstract void getSpellCheckerService(string arg1, string arg2, [email protected]
                                             arg3, [email protected] arg4, android.os.Bundle
                                             arg5);
Example #4
0
 public abstract void finishSpellCheckerService([email protected]
                                                arg1);
Example #5
0
 public virtual void finishSpellCheckerService([email protected]
                                               listener)
 {
     throw new System.NotImplementedException();
 }
Example #6
0
 public virtual void getSpellCheckerService(string sciId, string locale, [email protected]
                                            tsListener, [email protected] scListener
                                            , android.os.Bundle bundle)
 {
     throw new System.NotImplementedException();
 }