Table of Contents

Namespace PrivMX.Endpoint.Core.Models

Classes

ContainerPolicy

Represents a container and item policy.

ContainerPolicyWithoutItem

Represents a container policy.

Context

Represents the Context.

Error

Represents exception data from the native library.

Event

Represents an event.

ItemPolicy

Represents an item policy.

LibBreakEvent

Represents the event of type "libBreak".

This event is emitted when EmitBreakEvent() method is called. It is useful for breaking an event processing loop.

LibConnectedEvent

Represents the event of type "libConnected".

This event is emitted when connection is established with the Platform backend.

LibDisconnectedEvent

Represents the event of type "libDisconnected".

This event is emitted when connection with the Platform backend is broken or closed.

LibPlatformDisconnectedEvent

Represents the event of type "libPlatformDisconnected".

This event is emitted when Disconnect() method is called.

PagingList<T>

Represents a resulting list of items used in lists methods.

PagingQuery

Represents the paging parameters used in lists methods.

UserWithPubKey

Represents a user and its associated public key in a Context.