class MyTransportConfigCallback: Any
      
Fields
| Name | Description | 
|---|---|
| val privateKey: ByteArray? | 
Constructors
<init>
        constructor(privateKey: ByteArray?)
      
Parameters
| Name | Description | 
|---|---|
| privateKey: ByteArray? | 
Methods
configure
        fun configure(transport: Transport)
      
Parameters
| Name | Description | 
|---|---|
| transport: Transport | 
ReturnValue
| Name | Description | 
|---|---|
| Unit |