start Gift Card Entry Activity
fun startGiftCardEntryActivity(activity: Activity, requestCode: Int = DEFAULT_CARD_ENTRY_REQUEST_CODE)
******************* BETA API ******************* Starts an activity that lets the application collect gift card information from the customer.
Parameters
activity
The activity instance from which to start the card entry activity.
request Code
This code will be returned in onActivityResult() when the activity exits. The default value is DEFAULT_CARD_ENTRY_REQUEST_CODE.
See also
to handle the result of the card entry activity.