Table of Contents

Class Plugin.OnPluginCallbackAsyncArgs

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class Plugin.OnPluginCallbackAsyncArgs
Inheritance
Plugin.OnPluginCallbackAsyncArgs
Inherited Members

Constructors

OnPluginCallbackAsyncArgs(string, object?)

public OnPluginCallbackAsyncArgs(string callbackId, object? arguments)

Parameters

callbackId string
arguments object

Properties

Arguments

public object? Arguments { get; set; }

Property Value

object

CallbackId

public string CallbackId { get; set; }

Property Value

string

SourcePluginId

public string SourcePluginId { get; }

Property Value

string