Show / Hide Table of Contents

    Class QAEndPoint

    Definition for the aakhaar end point.

    Inheritance
    System.Object
    EndPoint
    QAEndPoint
    Inherited Members
    EndPoint.customHelpPageURL
    EndPoint.GetHelpPageURL(String)
    Namespace: Appearition.Internal.EndPoints
    Assembly: Appearition.SDK.dll
    Syntax
    public class QAEndPoint : EndPoint

    Properties

    displayName

    Endpoint name that can be used for display purposes.

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

    The display name.

    Overrides
    EndPoint.displayName

    endPointURL

    URL to the end point, which should be used for requests.

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

    The end point UR.

    Overrides
    EndPoint.endPointURL

    portalURL

    URL to the web portal of this end point.

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

    The portal UR.

    Overrides
    EndPoint.portalURL

    Extension Methods

    ObjectExtension.ToStream(Object)
    Back to top Appearition SDK for Unity API