blob: d7adb85248ad0fe6ec85e68e1f77a529b5e8f4af [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[JavaPackage="org.chromium.mojom.nfc"]
module nfc_message_sink;
// Private interface for the shell. When the shell connects to |Nfc| this
// interface will be returned which can be used to send NFC data to registered
// apps.
interface NfcMessageSink {
OnNfcMessage(array<uint8> data);
};