android.app.Activity.onRestart C# (CSharp) Méthode

onRestart() protected méthode

protected onRestart ( ) : void
Résultat void
        protected virtual void onRestart()
        {
            global::MonoJavaBridge.JavaBridge.CallVoidMethod(this, global::android.app.Activity.staticClass, "onRestart", "()V", ref global::android.app.Activity._m26);
        }
Activity