TestimoX

API Reference

Enum

AdxShareProtocolReadinessStatus

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Protocol readiness status for share diagnostics collection.

Inheritance

  • Enum
  • AdxShareProtocolReadinessStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AdxShareProtocolReadinessStatus Ready #

The protocol check succeeded.

Value: 0
public const AdxShareProtocolReadinessStatus OptionalUnavailable #

An optional protocol check failed.

Value: 1
public const AdxShareProtocolReadinessStatus Blocked #

A required protocol check failed.

Value: 2