protected internal override void onResume()
        {
            base.onResume();

            mRichNotificationManager.start();
            mRichNotificationManager.registerRichNotificationListener(this);
        }