-
public class ApStyleSDK
-
-
Constructor Summary
Constructors Constructor Description ApStyleSDK()
-
Method Summary
Modifier and Type Method Description static ApStyleSDKgetInstance()voidsetTabCustomOfferwallStyle(HashMap<String, Object> customMap)voidsetCustomOfferwallStyle(HashMap<String, Object> customMap)voidclearCustomOfferwallStyle()intgetCustomIntValue(String key)booleangetCustomBooleanValue(String key)StringgetCustomStringValue(String key)APSizegetCustomAPSizeValue(String key)TypefacegetCustomTypeFaceValue(String key)-
-
Method Detail
-
getInstance
static ApStyleSDK getInstance()
-
setTabCustomOfferwallStyle
void setTabCustomOfferwallStyle(HashMap<String, Object> customMap)
-
setCustomOfferwallStyle
void setCustomOfferwallStyle(HashMap<String, Object> customMap)
-
clearCustomOfferwallStyle
void clearCustomOfferwallStyle()
-
getCustomIntValue
int getCustomIntValue(String key)
-
getCustomBooleanValue
boolean getCustomBooleanValue(String key)
-
getCustomStringValue
String getCustomStringValue(String key)
-
getCustomAPSizeValue
APSize getCustomAPSizeValue(String key)
-
getCustomTypeFaceValue
Typeface getCustomTypeFaceValue(String key)
-
-
-
-