Class ProfileWelcomeAd
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileWelcomeAd
- Direct Known Subclasses:
ProfileWelcomeAdMixinAnnotations
Class that will hold the Profile welcome ad information for the app
- Since:
- 9/30/21
-
Constructor Summary
ConstructorsConstructorDescriptionProfileWelcomeAd
(String mLocationName, String mLocationLogoUrl, String mLocationBackUrl, String mLocationTabletBackUrl, String mLocationDialogUrl, String mLocationTabletDialogUrl, String mAdType, String mAdSmallImageUrl, String mAdLargelImageUrl, String mAdVideoUrl, int mAdSkipTime, Boolean mAdSkipenabled, String mExxtractorUniqueIdentifier, String mExxtractorVersion) -
Method Summary
Modifier and TypeMethodDescriptionint
void
setmAdLargelImageUrl
(String mAdLargelImageUrl) void
setmAdSkipenabled
(Boolean mAdSkipenabled) void
setmAdSkipTime
(int mAdSkipTime) void
setmAdSmallImageUrl
(String mAdSmallImageUrl) void
setmAdType
(String mAdType) void
setmAdVideoUrl
(String mAdVideoUrl) void
setmExxtractorUniqueIdentifier
(String mExxtractorUniqueIdentifier) void
setmExxtractorVersion
(String mExxtractorVersion) void
setmLocationBackUrl
(String mLocationBackUrl) void
setmLocationDialogUrl
(String mLocationDialogUrl) void
setmLocationLogoUrl
(String mLocationLogoUrl) void
setmLocationName
(String mLocationName) void
setmLocationTabletBackUrl
(String mLocationTabletBackUrl) void
setmLocationTabletDialogUrl
(String mLocationTabletDialogUrl) toString()
-
Constructor Details
-
ProfileWelcomeAd
public ProfileWelcomeAd() -
ProfileWelcomeAd
public ProfileWelcomeAd(String mLocationName, String mLocationLogoUrl, String mLocationBackUrl, String mLocationTabletBackUrl, String mLocationDialogUrl, String mLocationTabletDialogUrl, String mAdType, String mAdSmallImageUrl, String mAdLargelImageUrl, String mAdVideoUrl, int mAdSkipTime, Boolean mAdSkipenabled, String mExxtractorUniqueIdentifier, String mExxtractorVersion)
-
-
Method Details
-
toString
-
getmLocationName
-
setmLocationName
-
getmLocationLogoUrl
-
setmLocationLogoUrl
-
getmLocationBackUrl
-
setmLocationBackUrl
-
getmLocationTabletBackUrl
-
setmLocationTabletBackUrl
-
getmLocationDialogUrl
-
setmLocationDialogUrl
-
getmLocationTabletDialogUrl
-
setmLocationTabletDialogUrl
-
getmAdType
-
setmAdType
-
getmAdSmallImageUrl
-
setmAdSmallImageUrl
-
getmAdLargelImageUrl
-
setmAdLargelImageUrl
-
getmAdVideoUrl
-
setmAdVideoUrl
-
getmAdSkipTime
public int getmAdSkipTime() -
setmAdSkipTime
public void setmAdSkipTime(int mAdSkipTime) -
getmAdSkipenabled
-
setmAdSkipenabled
-
getmExxtractorVersion
-
setmExxtractorVersion
-
getmExxtractorUniqueIdentifier
-
setmExxtractorUniqueIdentifier
-