Builder
open class Builder- 
                  
                  Sets the text for the first paragraph DeclarationSwift public func set(paragraph1: String) -> BuilderParametersparagraph1text for the first paragraph (may include \n)
- 
                  
                  Sets the text for the second paragraph DeclarationSwift public func set(paragraph2: String) -> BuilderParametersparagraph2text for the second paragraph (may include \n)
- 
                  
                  Sets the text for the third paragraph DeclarationSwift public func set(paragraph3: String) -> BuilderParametersparagraph3text for the third paragraph (may include \n)
- 
                  
                  Sets the text for the fourth paragraph DeclarationSwift public func set(paragraph4: String) -> BuilderParametersparagraph4text for the fourth paragraph (may include \n)
- 
                  
                  Sets the text for the Cancel button DeclarationSwift public func set(cancelText: String) -> BuilderParameterscancelTexttext for Cancel button’s label 
- 
                  
                  Sets the text for the Accept button DeclarationSwift public func set(okText: String) -> BuilderParametersokTexttext for Accept button’s label 
- 
                  
                  Sets the URL for the Developer’s face UIImage DeclarationSwift public func set(faceUrl: String) -> BuilderParametersfaceUrlstring to build the URL providing the image 
- 
                  
                  Sets the URL for the Banner UIImage DeclarationSwift public func set(bannerUrl: String) -> BuilderParametersbannerUrlstring to build the URL providing the image 
- 
                  
                  Sets the URL for the App Store rating DeclarationSwift public func buildAppStoreUrl(with appID: String) -> BuilderParametersappIDApplication’s app ID, can be found in iTunes Connect 
- 
                  
                  Sets the URL for the App Store rating DeclarationSwift public func set(appStoreUrl: String) -> BuilderParametersappStoreUrlstring to build the URL wher user can rate the app 
- 
                  
                  Sets the tint color used for the cancel button’s text and accept button’s background color. DeclarationSwift public func set(tintColor: UIColor) -> BuilderParameterstintColorused for the accept and cancel buttons 
- 
                  
                  Sets the rootView UIViewwhere the overlay ad will be added as a subviewDeclarationSwift public func set(rootView: UIView) -> BuilderParametersrootViewused as host to add the ad overlay as subview 
- 
                  
                  Returns the finalized RatingDialog object after setting all its properties DeclarationSwift public func build()
 View on GitHub
            View on GitHub
           Builder Class Reference
      Builder Class Reference