Package com.incode.welcome_sdk.modules
Class Signature.Builder
-
- All Implemented Interfaces:
public final class Signature.Builder
-
-
Constructor Summary
Constructors Constructor Description Signature.Builder()
-
Method Summary
Modifier and Type Method Description Signature.Builder
setTitle(int titleResId)
Sets the title text for Signature screen Signature.Builder
setDescription(int descriptionResId)
Sets the description text for Signature screen Signature
build()
-
-
Method Detail
-
setTitle
@Deprecated() Signature.Builder setTitle(int titleResId)
Sets the title text for Signature screen
- Parameters:
titleResId
- String resource ID for Title
-
setDescription
@Deprecated() Signature.Builder setDescription(int descriptionResId)
Sets the description text for Signature screen
- Parameters:
descriptionResId
- String resource ID for Description
-
-
-
-