- export interface showCallMenuParams {
- phoneNumber: string;
- code: string;
- showDingCall?: boolean;
- }
- declare function showCallMenu(params: showCallMenuParams): Promise<{}>;
- declare namespace showCallMenu {
- var version: {
- android: string;
- ios: string;
- };
- }
- export default showCallMenu;
|