Class Plugin.PluginCallRequestAsyncArgs
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class Plugin.PluginCallRequestAsyncArgs
- Inheritance
-
Plugin.PluginCallRequestAsyncArgs
- Inherited Members
-
Constructors
PluginCallRequestAsyncArgs(string, string)
public PluginCallRequestAsyncArgs(string pluginId, string callId)
Parameters
pluginId string
callId string
PluginCallRequestAsyncArgs(string, string, object?)
public PluginCallRequestAsyncArgs(string pluginId, string callId, object? arguments)
Parameters
pluginId string
callId string
arguments object
Properties
Arguments
public object? Arguments { get; set; }
Property Value
- object
CallId
public string CallId { get; set; }
Property Value
- string
PluginId
public string PluginId { get; set; }
Property Value
- string