Table of Contents

Interface IIncidentReportService

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public interface IIncidentReportService

Methods

ReportIncident(IncidentTypes, string?, string?, object?, string?, string?, string?, string?, PhotonId, bool, bool, string?, string?)

Task<bool> ReportIncident(IncidentTypes type, string? title, string? description, object? data, string? category = null, string? TargetUser = null, string? TargetModule = null, string? TargetAction = null, PhotonId TargetPhotonId = default, bool IsEntitySpecific = false, bool IsDeploymentIdSpecific = false, string? callerFilePath = null, string? callerMemberName = null)

Parameters

type IncidentTypes
title string
description string
data object
category string
TargetUser string
TargetModule string
TargetAction string
TargetPhotonId PhotonId
IsEntitySpecific bool
IsDeploymentIdSpecific bool
callerFilePath string
callerMemberName string

Returns

Task<bool>