SDK Connect
SDK connect is a service that allows you to connect your app remotely to the SDK using Bluetooth, or WiFi.
Initialize
dependencies {
implementation "io.streampay:streampay-connect:0.0.13"
}val streampay = StreamPay(this, AuthenticationData.UserEnter, Locale.getDefault(), Environments.SANDBOX)streamPay = new NearPay(this, AuthenticationData.UserEnter.INSTANCE, Locale.getDefault(), Environments.SANDBOX);val streampayConnect = StreampayConnect(this,streamPay)streampayConnect = new StreampayConnect(this,streamPay);aShow()
streampayConnect.show();Disconnect()
streampayConnect.disconnect()getSession():
Last updated