public interface FetchReferralDataCallback
GetSocial.getReferralData(FetchReferralDataCallback callback)
.Modifier and Type | Method and Description |
---|---|
void |
onFailure(GetSocialException exception)
Called to indicate there was an error while retrieving referral data.
|
void |
onSuccess(ReferralData referralData)
Called when operation was successful.
|
void onSuccess(ReferralData referralData)
referralData
- ReferralData
void onFailure(GetSocialException exception)
exception
- The throwable that describes the error(c) Copyright GetSocial BV, 2020. All Rights Reserved.