com.clover.remotepay.transport.TestCloverDeviceConfiguration.getMessagePackageName C# (CSharp) Méthode

getMessagePackageName() public méthode

public getMessagePackageName ( ) : string
Résultat 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