HologramAuthenticationResult.fromHandle constructor

HologramAuthenticationResult.fromHandle(
  1. Pointer<id3DocumentHologramAuthenticationResult> handle
)

Creates a new instance of the HologramAuthenticationResult class.

param handle Handle to the HologramAuthenticationResult. throws DocumentException An error has occurred during Document Library execution.

Implementation

HologramAuthenticationResult.fromHandle(Pointer<id3DocumentHologramAuthenticationResult> handle) {
  _pHandle = calloc();
  _pHandle.value = handle;
  _disposable = false;
}