AWSSDK.Tests.TestDriver.OnTestStart C# (CSharp) Method

OnTestStart() public method

used for callback from android/ios buttons
public OnTestStart ( string message ) : void
message string
return void
        public void OnTestStart(string message)
        {
            Debug.Log(string.Format(@"Got Message {0}", message));
            StartTests();
        }