-
public class Constants
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerCONNECT_TIMEOUTprivate final IntegerREAD_TIMEOUTprivate final IntegerCLOSE_BUTTON_SEC_DEFAULTprivate final IntegerVIDEO_PROGRESS_SEC_DEFAULTprivate final IntegerPIP_AD_WIDTHprivate final IntegerPIP_AD_HEIGHTprivate final IntegerSLIDER_AD_HEIGHTprivate final IntegerSLIDER_AD_WIDTHprivate final IntegerCAROUSEL_AD_WIDTHprivate final IntegerCAROUSEL_AD_HEIGHTprivate final StringCRT_BANNER_VIDEOprivate final StringCRT_BANNER_IMAGEprivate final StringCRT_CAROUSELprivate final StringOS_NAMEprivate final StringSDK_VERSIONprivate final StringLOG_TAGprivate final StringJSON_KEY_STATUSprivate final StringJSON_KEY_RESPONSEprivate final StringJSON_KEY_ERRORprivate final StringJSON_KEY_CODEprivate final StringJSON_KEY_DATAprivate final StringCURRENCY_SYMBOLprivate final StringBG_COLORprivate final IntegerPADDING_5public final static ConstantsINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCONNECT_TIMEOUT()final IntegergetREAD_TIMEOUT()final IntegergetCLOSE_BUTTON_SEC_DEFAULT()final IntegergetVIDEO_PROGRESS_SEC_DEFAULT()final IntegergetPIP_AD_WIDTH()final IntegergetPIP_AD_HEIGHT()final IntegergetSLIDER_AD_HEIGHT()final IntegergetSLIDER_AD_WIDTH()final IntegergetCAROUSEL_AD_WIDTH()final IntegergetCAROUSEL_AD_HEIGHT()final StringgetCRT_BANNER_VIDEO()final StringgetCRT_BANNER_IMAGE()final StringgetCRT_CAROUSEL()final StringgetOS_NAME()final StringgetSDK_VERSION()final StringgetLOG_TAG()final StringgetJSON_KEY_STATUS()final StringgetJSON_KEY_RESPONSE()final StringgetJSON_KEY_ERROR()final StringgetJSON_KEY_CODE()final StringgetJSON_KEY_DATA()final StringgetCURRENCY_SYMBOL()final StringgetBG_COLOR()final IntegergetPADDING_5()-
-
Method Detail
-
getCONNECT_TIMEOUT
final Integer getCONNECT_TIMEOUT()
-
getREAD_TIMEOUT
final Integer getREAD_TIMEOUT()
-
getCLOSE_BUTTON_SEC_DEFAULT
final Integer getCLOSE_BUTTON_SEC_DEFAULT()
-
getVIDEO_PROGRESS_SEC_DEFAULT
final Integer getVIDEO_PROGRESS_SEC_DEFAULT()
-
getPIP_AD_WIDTH
final Integer getPIP_AD_WIDTH()
-
getPIP_AD_HEIGHT
final Integer getPIP_AD_HEIGHT()
-
getSLIDER_AD_HEIGHT
final Integer getSLIDER_AD_HEIGHT()
-
getSLIDER_AD_WIDTH
final Integer getSLIDER_AD_WIDTH()
-
getCAROUSEL_AD_WIDTH
final Integer getCAROUSEL_AD_WIDTH()
-
getCAROUSEL_AD_HEIGHT
final Integer getCAROUSEL_AD_HEIGHT()
-
getCRT_BANNER_VIDEO
final String getCRT_BANNER_VIDEO()
-
getCRT_BANNER_IMAGE
final String getCRT_BANNER_IMAGE()
-
getCRT_CAROUSEL
final String getCRT_CAROUSEL()
-
getOS_NAME
final String getOS_NAME()
-
getSDK_VERSION
final String getSDK_VERSION()
-
getLOG_TAG
final String getLOG_TAG()
-
getJSON_KEY_STATUS
final String getJSON_KEY_STATUS()
-
getJSON_KEY_RESPONSE
final String getJSON_KEY_RESPONSE()
-
getJSON_KEY_ERROR
final String getJSON_KEY_ERROR()
-
getJSON_KEY_CODE
final String getJSON_KEY_CODE()
-
getJSON_KEY_DATA
final String getJSON_KEY_DATA()
-
getCURRENCY_SYMBOL
final String getCURRENCY_SYMBOL()
-
getBG_COLOR
final String getBG_COLOR()
-
getPADDING_5
final Integer getPADDING_5()
-
-
-
-