-
public final class CTLocalInApp.Builder.Builder6
-
-
Constructor Summary
Constructors Constructor Description CTLocalInApp.Builder.Builder6(JSONObject jsonObject)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>setFallbackToSettings(Boolean fallbackToSettings)final <ERROR CLASS>setBackgroundColor(String backgroundColor)final <ERROR CLASS>setImageUrl(String imageUrl)final <ERROR CLASS>setImageUrl(String imageUrl, String contentDescription)final <ERROR CLASS>setTitleTextColor(String titleTextColor)final <ERROR CLASS>setMessageTextColor(String messageTextColor)final <ERROR CLASS>setBtnTextColor(String btnTextColor)final <ERROR CLASS>setBtnBackgroundColor(String btnBackgroundColor)final <ERROR CLASS>setBtnBorderColor(String btnBorderColor)final <ERROR CLASS>setBtnBorderRadius(String btnBorderRadius)final JSONObjectbuild()-
-
Constructor Detail
-
CTLocalInApp.Builder.Builder6
CTLocalInApp.Builder.Builder6(JSONObject jsonObject)
-
-
Method Detail
-
setFallbackToSettings
final <ERROR CLASS> setFallbackToSettings(Boolean fallbackToSettings)
-
setBackgroundColor
final <ERROR CLASS> setBackgroundColor(String backgroundColor)
-
setImageUrl
final <ERROR CLASS> setImageUrl(String imageUrl)
-
setImageUrl
final <ERROR CLASS> setImageUrl(String imageUrl, String contentDescription)
-
setTitleTextColor
final <ERROR CLASS> setTitleTextColor(String titleTextColor)
-
setMessageTextColor
final <ERROR CLASS> setMessageTextColor(String messageTextColor)
-
setBtnTextColor
final <ERROR CLASS> setBtnTextColor(String btnTextColor)
-
setBtnBackgroundColor
final <ERROR CLASS> setBtnBackgroundColor(String btnBackgroundColor)
-
setBtnBorderColor
final <ERROR CLASS> setBtnBorderColor(String btnBorderColor)
-
setBtnBorderRadius
final <ERROR CLASS> setBtnBorderRadius(String btnBorderRadius)
-
build
final JSONObject build()
-
-
-
-