docs.unity3d.com
    Show / Hide Table of Contents

    Class WebApiNotifications

    Control webapi filters and push notifications

    Inheritance
    Object
    WebApiNotifications
    Namespace: Unity.PSN.PS5.WebApi
    Syntax
    public class WebApiNotifications

    Methods

    GetActiveFilters(List<WebApiFilters>)

    Get a list of registered WebApi filters

    Declaration
    public static void GetActiveFilters(List<WebApiFilters> filters)
    Parameters
    Type Name Description
    List<WebApiFilters> filters

    GetActivePashEvents(List<WebApiPushEvent>)

    Get a list of registered push events

    Declaration
    public static void GetActivePashEvents(List<WebApiPushEvent> pushEvents)
    Parameters
    Type Name Description
    List<WebApiPushEvent> pushEvents

    Schedule(AsyncOp)

    Schedule an AsyncOp by adding it to the internal WebApiNotifications queue

    Declaration
    public static void Schedule(AsyncOp op)
    Parameters
    Type Name Description
    AsyncOp op

    The operation to schedule

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020