Add a method in your wrapper class that calls Pingpp handlerOpenURL:withCompletion: and call it from B4i:
B4X:
Sub Application_OpenUrl (Url As String, Data As Object, SourceApplication As String) As Boolean
Return Pingpp.HandleOpenUrl(Url) 'HandleOpenUrl is the wrapper method
End Sub