Click or drag to resize
OperationKind Enumeration
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:ZU.Telemetry.OperationKind"]

Namespace: ZU.Telemetry
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public enum OperationKind
Members
  Member nameValueDescription
AppStarted0
AppClosed1
AppCrashed2
FrameLoaded3
NotificationsPlatformConnectedToCloudHub4
NotificationsPlatformDisconnectedFromCloudHub5
AppAccountAdded6
AppAccountFailedToAdd7
AppAccountRemoved8
AppAccountSyncSettingsChanged9
AppDataSourceImportCompleted10
AppAccountSentRegisterRequestToCloudHub11
AppAccountRegisterRequestRecievedByCloudHub12
AppAccountRegisteredOnServiceSideWithCloudHub13
AppAccountFailedToSendRegisterRequestToCloudHub14
AppAccountFailedToRegisterOnServiceSideWithCloudHub15
LocalSpaceAdded16
LocalSpaceRemoved17
DropboxSpaceAdded18
DropboxSpaceShared19
DropboxSpaceRemoved20
Mouse21
Touch22
Pen23
EntityCompletelyDeleted24
EntityCopiedToClipboard25
EntityDeleted26
EntityPasted27
EntityAdded28
EntityOpened29
EntityPreviewed30
EntityRenamed31
EntityVisualClusterAdded32
EntityPropertiesShown33
ObjectDropped34
ObjectPasted35
Search36
LoadedFirstSpace37
LoadedSystemInformationModel38
ModelLoaded39
NavigatedToSpace40
NavigatedToMetaspace41
NavigatedToEntity42
ZoomedUsingTouch43
ZoomedUsingMouseWheel44
MinimapUsed45
FrameClosed46
TopographicClustersVisualizationEffectIsEnabled47
TopographicClustersVisualizationEffectIsDisabled48
FrameHostedInShell49
FrameHostedInStandaloneApp50
ShellNamespaceExtensionFileNotAvailable51
ShellNamespaceExtensionRegistrationFailed52
ShellNamespaceExtensionRegistrationSucceeded53
InstallerInitialized54
InstallationStarted55
InstallationSucceeded56
InstallationFailed57
None58
See Also