Class POBSkipConfirmationInfo
-
- All Implemented Interfaces:
public class POBSkipConfirmationInfoModel class to keep information about skip confirmation info like title, message, resume text and close text
-
-
Constructor Summary
Constructors Constructor Description POBSkipConfirmationInfo(String title, String message, String resumeText, String closeText)Constructs skip confirmation info class
-
Method Summary
Modifier and Type Method Description StringgetTitle()StringgetMessage()StringgetResumeText()StringgetCloseText()-
-
Constructor Detail
-
POBSkipConfirmationInfo
POBSkipConfirmationInfo(String title, String message, String resumeText, String closeText)
Constructs skip confirmation info class- Parameters:
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
-
-
Method Detail
-
getMessage
@NonNull() String getMessage()
- Returns:
skip confirmation message
-
getResumeText
@NonNull() String getResumeText()
- Returns:
skip confirmation resume text
-
getCloseText
@NonNull() String getCloseText()
- Returns:
skip confirmation close text
-
-
-
-