Package com.incode.welcome_sdk.listeners
        Interface ProcessPaymentProofListener
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.incode.welcome_sdk.listeners.BaseListener,com.incode.welcome_sdk.listeners.ErrorListener,com.incode.welcome_sdk.listeners.UserCancelledListener
 
 public interface ProcessPaymentProofListener implements BaseListener 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract UnitonProcessInitiated(Boolean success)This method is called immediately, when payment proof processing has been initiated successfully. - 
                                            
                                        
                                            Methods inherited from class com.incode.welcome_sdk.listeners.ErrorListeneronError
- 
                                            
                                        
                                            Methods inherited from class com.incode.welcome_sdk.listeners.UserCancelledListeneronUserCancelled
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        onProcessInitiatedabstract Unit onProcessInitiated(Boolean success) This method is called immediately, when payment proof processing has been initiated successfully. The actual processing is done asynchronously on server, and usually takes around 20 seconds to complete. To get the results of Payment Proof processing, use com.incode.welcome_sdk.IncodeWelcome.getPaymentProofInfo 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-