docs.unity3d.com
    Show / Hide Table of Contents

    Interface IAppInfoProvider

    Interface that represent a provider for app information.

    Namespace: Unity.Cloud.Common
    Syntax
    public interface IAppInfoProvider

    Methods

    GetAppInfoAsync(String)

    Gets an AppInfo from an app Id.

    Declaration
    Task<AppInfo> GetAppInfoAsync(string id)
    Parameters
    Type Name Description
    String id

    The app id

    Returns
    Type Description
    Task<AppInfo>

    An AppInfo instance

    GetAppsInfoAsync(OrganizationId)

    Gets the list of apps registered for an organization.

    Declaration
    Task<List<AppInfo>> GetAppsInfoAsync(OrganizationId userOrgId)
    Parameters
    Type Name Description
    OrganizationId userOrgId
    Returns
    Type Description
    Task<List<AppInfo>>

    The list of apps registered for an organization.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023