You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We used 1.5.6 version in our code and just call Pix.start(@myActivityContext, options) and use onActivityResult() method to handle the response. I can't figure out how to convert this code to the latest 1.6.3 version since there is no activity (similar to Pix) that I can call.
Describe the solution you'd like
The options could be:
A clear doc explaining how to rewrite the old code to fit the new usage
A sample activity that is equivalent to Pix that we just call
I need to make this transition since the old Pix library is ONLY available in jcenter() and jcenter() is deprecated.
Thanks
The text was updated successfully, but these errors were encountered:
addPixToActivity(R.id.container, options) {
when (it.status) {
PixEventCallback.Status.SUCCESS -> //use results as it.data
PixEventCallback.Status.BACK_PRESSED -> // back pressed called
}
}
Is your feature request related to a problem? Please describe.
We used 1.5.6 version in our code and just call Pix.start(@myActivityContext, options) and use onActivityResult() method to handle the response. I can't figure out how to convert this code to the latest 1.6.3 version since there is no activity (similar to Pix) that I can call.
Describe the solution you'd like
The options could be:
I need to make this transition since the old Pix library is ONLY available in jcenter() and jcenter() is deprecated.
Thanks
The text was updated successfully, but these errors were encountered: