UNPKG

409 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 });
7class HandoffEventNames {
8}
9HandoffEventNames.InitiateHandoff = 'handoff.initiate';
10HandoffEventNames.HandoffStatus = 'handoff.status';
11exports.HandoffEventNames = HandoffEventNames;
12//# sourceMappingURL=handoffEventNames.js.map
\No newline at end of file