BigRedButtonOfDeath.Android.Activity1.AlertAboutArtemisVersionConflict C# (CSharp) Метод

AlertAboutArtemisVersionConflict() публичный Метод

public AlertAboutArtemisVersionConflict ( string message ) : void
message string
Результат void
        public void AlertAboutArtemisVersionConflict(string message)
        {
            Toast.MakeText(this, "Warning--Artemis server version is different than expected--be aware that this app's behavior may not be correct.", ToastLength.Short);
        }