com.paypal.android.sdk.data.collector.SdkRiskComponent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-collector Show documentation
Show all versions of data-collector Show documentation
Fraud tools for PayPal integrations on Android.
package com.paypal.android.sdk.data.collector;
import android.content.Context;
import android.support.annotation.MainThread;
/**
* @deprecated Use {@link PayPalDataCollector} instead.
*/
@Deprecated
public final class SdkRiskComponent {
/**
* @deprecated Use {@link}
*/
@Deprecated
@MainThread
public static String getClientMetadataId(Context context, String applicationGuid, String pairingId) {
return PayPalDataCollector.getClientMetadataId(context, applicationGuid, pairingId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy