public override void OnCreate () { base.OnCreate (); if (Log.IsLoggable (TAG, LogPriority.Debug)) Log.Debug (TAG, "Chat Service Started"); mResponder = new ElizaResponder (); mBroadcastManager = LocalBroadcastManager.GetInstance (this); ProcessIncoming (null); }
public override void OnCreate() { base.OnCreate(); if (Log.IsLoggable(TAG, LogPriority.Debug)) { Log.Debug(TAG, "Chat Service Started"); } mResponder = new ElizaResponder(); mBroadcastManager = LocalBroadcastManager.GetInstance(this); ProcessIncoming(null); }