Class RateMyAppSettings
Inheritance
System.Object
RateMyAppSettings
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 RateMyAppSettings
Constructors
RateMyAppSettings(Boolean, RateMyAppConfirmationDialogSettings, RateMyAppDefaultControllerSettings)
Declaration
public RateMyAppSettings(bool isEnabled = true, RateMyAppConfirmationDialogSettings dialogSettings = null, RateMyAppDefaultControllerSettings defaultValidatorSettings = null)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isEnabled | |
RateMyAppConfirmationDialogSettings | dialogSettings | |
RateMyAppDefaultControllerSettings | defaultValidatorSettings |
Properties
ConfirmationDialogSettings
Declaration
public RateMyAppConfirmationDialogSettings ConfirmationDialogSettings { get; }
Property Value
Type | Description |
---|---|
RateMyAppConfirmationDialogSettings |
DefaultValidatorSettings
Declaration
public RateMyAppDefaultControllerSettings DefaultValidatorSettings { get; }
Property Value
Type | Description |
---|---|
RateMyAppDefaultControllerSettings |
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |