UNPKG

496 BJavaScriptView Raw
1"use strict";
2/**
3 * Copyright (c) Microsoft Corporation. All rights reserved.
4 * Licensed under the MIT License.
5 */
6Object.defineProperty(exports, "__esModule", { value: true });
7exports.HandoffEventNames = void 0;
8/**
9 * Defines values for handoff event names.
10 */
11class HandoffEventNames {
12}
13exports.HandoffEventNames = HandoffEventNames;
14HandoffEventNames.InitiateHandoff = 'handoff.initiate';
15HandoffEventNames.HandoffStatus = 'handoff.status';
16//# sourceMappingURL=handoffEventNames.js.map
\No newline at end of file