Package 

Object SecureRemoteCommerce


  • 
    public class SecureRemoteCommerce
    
                        

    Lets the application retrieve a nonce from Mastercard's Click-To-Pay.

    • Method Detail

      • handleActivityResult

         final Unit ,Callback)>handleActivityResult(<ERROR CLASS> data, Callback<SecureRemoteCommerceNonceResult> callback)

        Use this function to handle results of the Masterpass activity. This function should be called from Activity.onActivityResult with the provided data parameter. callback will be called immediately with the result of the Masterpass activity.BuyerVerificationActivityCommand

        The callback is executed on the main thread.

        Parameters:
        data - The data parameter from Activity.
        callback - A callback that will be immediately called back, if data corresponds to the result of a Masterpass activity.