Show / Hide Table of Contents

    Class ApplicationSettings

    Inheritance
    System.Object
    ApplicationSettings
    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 ApplicationSettings

    Constructors

    ApplicationSettings(NativePlatformConstantSet, RateMyAppSettings, NativeFeatureUsagePermissionSettings, DebugLogger.LogLevel)

    Declaration
    public ApplicationSettings(NativePlatformConstantSet appStoreIds = null, RateMyAppSettings rateMyAppSettings = null, NativeFeatureUsagePermissionSettings usagePermissionSettings = null, DebugLogger.LogLevel logLevel = null)
    Parameters
    Type Name Description
    NativePlatformConstantSet appStoreIds
    RateMyAppSettings rateMyAppSettings
    NativeFeatureUsagePermissionSettings usagePermissionSettings
    DebugLogger.LogLevel logLevel

    Properties

    LogLevel

    Declaration
    public DebugLogger.LogLevel LogLevel { get; set; }
    Property Value
    Type Description
    DebugLogger.LogLevel

    RateMyAppSettings

    Declaration
    public RateMyAppSettings RateMyAppSettings { get; set; }
    Property Value
    Type Description
    RateMyAppSettings

    UsagePermissionSettings

    Declaration
    public NativeFeatureUsagePermissionSettings UsagePermissionSettings { get; set; }
    Property Value
    Type Description
    NativeFeatureUsagePermissionSettings

    Methods

    GetAppStoreIdForActivePlatform()

    Declaration
    public string GetAppStoreIdForActivePlatform()
    Returns
    Type Description
    System.String

    GetAppStoreIdForPlatform(NativePlatform)

    Declaration
    public string GetAppStoreIdForPlatform(NativePlatform platform)
    Parameters
    Type Name Description
    NativePlatform platform
    Returns
    Type Description
    System.String
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters