docs.unity3d.com
    Show / Hide Table of Contents

    Class WebApiNotifications.RegisterPushEventRequest

    Register a push event

    Inheritance
    Object
    Request
    WebApiNotifications.RegisterPushEventRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.WebApi
    Syntax
    public class RegisterPushEventRequest : Request

    Properties

    Callback

    The callback event to use

    Declaration
    public WebApiNotifications.NotificationEventHandler Callback { get; set; }
    Property Value
    Type Description
    WebApiNotifications.NotificationEventHandler

    PushEvent

    The push event to register

    Declaration
    public WebApiPushEvent PushEvent { get; set; }
    Property Value
    Type Description
    WebApiPushEvent

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020