react-native-acoustic-connect-beta
Version:
BETA: React native plugin for Acoustic Connect
17 lines • 932 B
TypeScript
/********************************************************************************************
* Copyright (C) 2025 Acoustic, L.P. All rights reserved.
*
* NOTICE: This file contains material that is confidential and proprietary to
* Acoustic, L.P. and/or other developers. No license is granted under any intellectual or
* industrial property rights of Acoustic, L.P. except as may be provided in an agreement with
* Acoustic, L.P. Any unauthorized copying or distribution of content from this file is
* prohibited.
********************************************************************************************/
import React from 'react';
/**
* Example component demonstrating dialog event tracking
* Shows how to use both automatic Alert.alert interception and manual custom dialog tracking
*/
declare const DialogTrackingExample: React.FC;
export default DialogTrackingExample;
//# sourceMappingURL=DialogTrackingExample.d.ts.map