Class FobRegistered
Event listener args which fires after an IFob is registered. Includes other types of fobs (including Rally Points)
[EventModel(EventSynchronizationContext.Pure)]
public class FobRegistered : IActionLoggableEvent, IFobNeedsUIUpdateEvent
- Inheritance
-
FobRegistered
- Implements
- Inherited Members
Properties
Fob
The FOB that was registered.
public required IFob Fob { get; init; }
Property Value
Methods
GetActionLogEntry(IServiceProvider, ref ActionLogEntry[]?)
public ActionLogEntry GetActionLogEntry(IServiceProvider serviceProvider, ref ActionLogEntry[]? multipleEntries)
Parameters
serviceProviderIServiceProvidermultipleEntriesActionLogEntry[]