Inheritance: android.app.Service
Exemplo n.º 1
0
			public ServiceHandler(IntentService _enclosing, android.os.Looper looper) : base(
				looper)
			{
				throw new System.NotImplementedException();
			}
Exemplo n.º 2
0
 public ServiceHandler(IntentService _enclosing, android.os.Looper looper) : base(
         looper)
 {
     throw new System.NotImplementedException();
 }