com.clover.remotepay.transport.TestCloverDeviceConfiguration.getMessagePackageName C# (CSharp) Method

getMessagePackageName() public method

public getMessagePackageName ( ) : string
return string
        public string getMessagePackageName()
        {
            return "com.clover.remote.protocol.test";
        }

Usage Example

 public TestCloverDevice(TestCloverDeviceConfiguration configuration)
     : this(configuration.getMessagePackageName())
 {
     transport = new TestCloverTransport();
 }
All Usage Examples Of com.clover.remotepay.transport.TestCloverDeviceConfiguration::getMessagePackageName