Show / Hide Table of Contents

    Class RateMyAppConfirmationDialogSettings

    Inheritance
    System.Object
    RateMyAppConfirmationDialogSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class RateMyAppConfirmationDialogSettings

    Constructors

    RateMyAppConfirmationDialogSettings(Boolean, String, String, String, String, String, Boolean)

    Declaration
    public RateMyAppConfirmationDialogSettings(bool canShow = true, string title = null, string description = null, string okButtonLabel = null, string cancelButtonLabel = null, string remindLaterButtonLabel = null, bool canShowRemindMeLaterButton = true)
    Parameters
    Type Name Description
    System.Boolean canShow
    System.String title
    System.String description
    System.String okButtonLabel
    System.String cancelButtonLabel
    System.String remindLaterButtonLabel
    System.Boolean canShowRemindMeLaterButton

    Properties

    CancelButtonLabel

    Declaration
    public string CancelButtonLabel { get; }
    Property Value
    Type Description
    System.String

    CanShow

    Declaration
    public bool CanShow { get; }
    Property Value
    Type Description
    System.Boolean

    CanShowRemindMeLaterButton

    Declaration
    public bool CanShowRemindMeLaterButton { get; }
    Property Value
    Type Description
    System.Boolean

    OkButtonLabel

    Declaration
    public string OkButtonLabel { get; }
    Property Value
    Type Description
    System.String

    PromptDescription

    Declaration
    public string PromptDescription { get; }
    Property Value
    Type Description
    System.String

    PromptTitle

    Declaration
    public string PromptTitle { get; }
    Property Value
    Type Description
    System.String

    RemindLaterButtonLabel

    Declaration
    public string RemindLaterButtonLabel { get; }
    Property Value
    Type Description
    System.String
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters