Show / Hide Table of Contents

    Class AppInformation

    Returns information about the application. Extend this class to customize the provided information.

    Inheritance
    Object
    AppInformation
    Implements
    IAppInformation
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public class AppInformation : IAppInformation

    Methods

    GetPlatform()

    The platform the application is currently running on.

    Declaration
    public virtual string GetPlatform()
    Returns
    Type Description
    String

    GetVersion()

    The current application version.

    Declaration
    public virtual string GetVersion()
    Returns
    Type Description
    String

    IsAndroid()

    Declaration
    public virtual bool IsAndroid()
    Returns
    Type Description
    Boolean

    IsIOS()

    Declaration
    public virtual bool IsIOS()
    Returns
    Type Description
    Boolean

    Implements

    IAppInformation
    Back to top Copyright © 2020 East Side Games Inc.