Class POBSkipConfirmationInfo

  • All Implemented Interfaces:

    
    public class POBSkipConfirmationInfo
    
                        

    Model class to keep information about skip confirmation info like title, message, resume text and close text

    • Constructor Detail

      • POBSkipConfirmationInfo

        POBSkipConfirmationInfo(String title, String message, String resumeText, String closeText)
        Constructs skip confirmation info class
        Parameters:
        title - the title of skip confirmation dialog
        message - the message of skip confirmation dialog
        resumeText - the resume text of skip confirmation dialog
        closeText - the close text of skip confirmation dialog