BigRedButtonOfDeath.Android.Activity1.AlertAboutArtemisVersionConflict C# (CSharp) Méthode

AlertAboutArtemisVersionConflict() public méthode

public AlertAboutArtemisVersionConflict ( string message ) : void
message string
Résultat 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);
        }