BigRedButtonOfDeath.Android.Activity1.AlertAboutArtemisVersionConflict C# (CSharp) Method

AlertAboutArtemisVersionConflict() public method

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