public static class TruecallerSdkScope.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder(android.content.Context context,
ITrueCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
TruecallerSdkScope |
build() |
TruecallerSdkScope.Builder |
buttonColor(int colorCode) |
TruecallerSdkScope.Builder |
buttonShapeOptions(int buttonShapeOptions) |
TruecallerSdkScope.Builder |
buttonTextColor(int colorCode) |
TruecallerSdkScope.Builder |
consentMode(int consentScreenMode) |
TruecallerSdkScope.Builder |
consentTitleOption(int consentTitleOption) |
TruecallerSdkScope.Builder |
ctaTextPrefix(int option) |
TruecallerSdkScope.Builder |
footerType(int footerType) |
TruecallerSdkScope.Builder |
loginTextPrefix(int option) |
TruecallerSdkScope.Builder |
loginTextSuffix(int option) |
TruecallerSdkScope.Builder |
privacyPolicyUrl(java.lang.String url) |
TruecallerSdkScope.Builder |
sdkOptions(int sdkOptions) |
TruecallerSdkScope.Builder |
termsOfServiceUrl(java.lang.String url) |
public Builder(android.content.Context context,
ITrueCallback callback)
public TruecallerSdkScope.Builder footerType(int footerType)
public TruecallerSdkScope.Builder consentMode(int consentScreenMode)
public TruecallerSdkScope.Builder sdkOptions(int sdkOptions)
public TruecallerSdkScope.Builder consentTitleOption(int consentTitleOption)
public TruecallerSdkScope.Builder buttonColor(int colorCode)
public TruecallerSdkScope.Builder buttonTextColor(int colorCode)
public TruecallerSdkScope.Builder privacyPolicyUrl(java.lang.String url)
public TruecallerSdkScope.Builder termsOfServiceUrl(java.lang.String url)
public TruecallerSdkScope.Builder buttonShapeOptions(int buttonShapeOptions)
public TruecallerSdkScope.Builder loginTextPrefix(int option)
public TruecallerSdkScope.Builder loginTextSuffix(int option)
public TruecallerSdkScope.Builder ctaTextPrefix(int option)
public TruecallerSdkScope build() throws java.lang.RuntimeException
java.lang.RuntimeException