Interface ReferralView
- 
- All Superinterfaces:
 com.cheetahdigital.uikit.architecture.lce.LceView,com.cheetahdigital.uikit.architecture.lce.MvpLceView,com.cheetahdigital.uikit.architecture.mvp.MvpView
- All Known Implementing Classes:
 ReferralCodeFragment
public interface ReferralView extends com.cheetahdigital.uikit.architecture.lce.LceViewView to be implemented forReferralCodeFragment 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisplayReferralCode(java.lang.String code)This will be called by the presenter after a successful call to the APIvoiddisplayReferralCode(java.lang.String baseURL, java.lang.String code, java.lang.String jsonExtra)voidshareReferralCode()This will be called by the presenter after a successful call to the API. 
 - 
 
- 
- 
Method Detail
- 
displayReferralCode
void displayReferralCode(java.lang.String code)
This will be called by the presenter after a successful call to the API- Parameters:
 code- the referral code
 
- 
shareReferralCode
void shareReferralCode()
This will be called by the presenter after a successful call to the API. 
- 
displayReferralCode
void displayReferralCode(java.lang.String baseURL, java.lang.String code, java.lang.String jsonExtra)- Parameters:
 baseURL- the referral base linkcode- the referral codejsonExtra- content token extras
 
 - 
 
 -