android.app.Activity.onNewIntent C# (CSharp) 메소드

onNewIntent() 보호된 메소드

protected onNewIntent ( android arg0 ) : void
arg0 android
리턴 void
        protected virtual void onNewIntent(android.content.Intent arg0)
        {
            global::MonoJavaBridge.JavaBridge.CallVoidMethod(this, global::android.app.Activity.staticClass, "onNewIntent", "(Landroid/content/Intent;)V", ref global::android.app.Activity._m29, global::MonoJavaBridge.JavaBridge.ConvertToValue(arg0));
        }
Activity