public class POBSkipConfirmationInfo
extends java.lang.Object
| Constructor and Description |
|---|
POBSkipConfirmationInfo(java.lang.String title,
java.lang.String message,
java.lang.String resumeText,
java.lang.String closeText)
Constructs skip confirmation info class
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCloseText() |
java.lang.String |
getMessage() |
java.lang.String |
getResumeText() |
java.lang.String |
getTitle() |
public POBSkipConfirmationInfo(@NonNull
java.lang.String title,
@NonNull
java.lang.String message,
@NonNull
java.lang.String resumeText,
@NonNull
java.lang.String closeText)
title - the title of skip confirmation dialogmessage - the message of skip confirmation dialogresumeText - the resume text of skip confirmation dialogcloseText - the close text of skip confirmation dialog@NonNull public java.lang.String getTitle()
@NonNull public java.lang.String getMessage()
@NonNull public java.lang.String getResumeText()
@NonNull public java.lang.String getCloseText()