Open mCodex opened 4 months ago
Hello,
I was trying to implement a new method to get "terminalSerialNumber" without using any transaction for that.
I've talked to folks from PagBank and they told me that we can get this info using:
class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) txt_serial.text = Build.SERIAL } }
However, I didn't figured out how to expose this info to the JS side.
Fala, Mateus, beleza?!
Conseguiu realizar as modificações aí? Não entendi muito bem sua necessidade de uso, mas possivelmente este método não está integrado na biblioteca do React Native ainda. Podemos integrar, o que você acha?
Oi @fcamargo10 , beleza?
Então, eu não consegui integrar mesmo kkk Ia tentar abrir uma PR com essa "feature", mas não consegui entender como aplicar esse código hehe
Eu falei com o pessoal do PagBank, pq precisava puxar o número de série das máquinas sem ser via TransactionResult. Aí me enviaram esse snippet e fiquei umas horas pensando em como aplicar na lib, mas não consegui huahua
Então, eu não consegui integrar mesmo kkk Ia tentar abrir uma PR com essa "feature", mas não consegui entender como aplicar esse código hehe
Eu consegui! se precisar de ajuda me manda um email; contato@faeldev.com
Hello,
I was trying to implement a new method to get "terminalSerialNumber" without using any transaction for that.
I've talked to folks from PagBank and they told me that we can get this info using:
However, I didn't figured out how to expose this info to the JS side.