public static interface PaymentFormViewFactory.UrlFetcher
MobileSdkUrl which is used to load the
payment form.| Modifier and Type | Method and Description |
|---|---|
void |
fetchMobileSdkUrl(AsynchronousCallback<MobileSdkUrl> onReadyCallback)
Called to fetch the
MobileSdkUrl. |
void fetchMobileSdkUrl(AsynchronousCallback<MobileSdkUrl> onReadyCallback)
MobileSdkUrl. The implementor does not need to cache the
result.onReadyCallback - the callback which should be invoked once the URL is
onTokenSelectionViewReady.