getPhonePeAppVersionCode
This method returns the PhonePe App version code.
try {
PhonePe.setFlowId("any unique id");
long ppeVersionCode = PhonePe.getPhonePeAppVersionCode();
} catch (PhonePeInitException e) {
e.printStackTrace();
}
Updated 4 months ago