DropInResult

Contains the result from launching DropInActivity or calling fetchMostRecentPaymentMethod.

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val deviceData: String
Link copied to clipboard
val EXTRA_DROP_IN_RESULT: String = "com.braintreepayments.api.dropin.EXTRA_DROP_IN_RESULT"
The key used to return DropInResult in an android.content.Intent in onActivityResult
Link copied to clipboard
val EXTRA_ERROR: String = "com.braintreepayments.api.dropin.EXTRA_ERROR"
Errors are returned as the serializable value of this key in the data intent in {#onActivityResult(int, int, android.content.Intent)} if responseCode is not {RESULT_OK} or {RESULT_CANCELED}.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard