English 简体中文 繁體中文 한국 사람 日本語 Deutsch русский بالعربية TÜRKÇE português คนไทย french

简体中文 繁體中文 English 日本語 Deutsch 한국 사람 بالعربية TÜRKÇE คนไทย Français русский

回答

收藏

Telegram 小程序 | TypeScript @telegram-apps/sdk @2.x | 组件 | 关闭行为

开源社区 开源社区 7933 人阅读 | 0 人回复 | 2025-02-24

关闭行为

负责 Telegram Mini Apps 关闭行为 的💠组件

安装

在使用该组件之前,有必要将其安装到配置正确的 属性中。 为此,请使用 mount 方法。 它将更新 isMounted 信号属性。

Variable :

  1. import { closingBehavior } from '@telegram-apps/sdk';, X9 i" D% n/ ~. D9 C+ D" P

  2. : {# Z; p3 B- w, l/ v
  3. closingBehavior.mount();! b+ n7 u+ s$ K
  4. closingBehavior.isMounted(); // true
复制代码

Functions :

  1. import {
    7 K4 n9 X( Q* T- F; a; w. K' L. J
  2.   mountClosingBehavior,. V4 I( Z! n% r+ Z& H  ?& y% ~9 q
  3.   isClosingBehaviorMounted,
    % _. Q+ v* ^) M# u2 T& _1 b. s2 V# I1 P& a
  4. } from '@telegram-apps/sdk';, A! O4 I6 K" p  l; j* N4 w0 ^( f

  5. & m! x9 x# x4 P% ~. Z8 O- X
  6. mountClosingBehavior();
    ( U& }" p) |6 G' l; e
  7. isClosingBehaviorMounted(); // true
复制代码

2 `6 x* l8 G7 \  D7 I0 Z: o* l8 z

要卸载,请使用 unmount 方法:

Variable :

  1. closingBehavior.unmount();
    2 {5 k1 Y# l$ C' K+ p1 T0 L$ }
  2. closingBehavior.isMounted(); // false
复制代码

Functions :

  1. import {. S' O- e7 B1 B5 K' K
  2.   unmountClosingBehavior,2 t, l7 }, \# v- z0 O
  3.   isClosingBehaviorMounted,- c! u) ~, l2 @
  4. } from '@telegram-apps/sdk';
    2 q, o6 l. t$ v% V
  5. + e) E% d$ ]- E) q1 t" e9 i# Q
  6. unmountClosingBehavior();
    / ^1 }5 A$ c/ w7 B+ J8 p
  7. isClosingBehaviorMounted(); //  false
复制代码
关闭确认

要更改关闭确认行为,请使用 enableConfirmation() 和 disableConfirmation() 方法。 这些方法会更新 isConfirmationEnabled 信号 的属性值。

Variable :

  1. closingBehavior.enableConfirmation();
    ! Q) M. o4 G" Y8 |& H0 M- Z
  2. closingBehavior.isConfirmationEnabled(); // true$ h- @) y0 t4 H# u% j9 u

  3. 6 [# s# C4 E  r) m
  4. closingBehavior.disableConfirmation();
    - L3 f2 F5 g; Z+ u
  5. closingBehavior.isConfirmationEnabled(); // false
复制代码

Functions :

  1. import {
    . ?/ d) p( O0 L' I( Q' M
  2.   enableClosingConfirmation,! c- f: J  J4 C. C9 X% c3 ?, r
  3.   disableClosingConfirmation,
    - a; P5 u3 e9 L. @: i
  4. } from '@telegram-apps/sdk';/ {" i+ |. g! R) H  J( ]( t( R

  5. 8 v/ w$ ?, O3 d. K  ^4 X+ m
  6. enableClosingConfirmation();% }, I; S; z7 a- b5 t1 W
  7. isClosingConfirmationEnabled(); // true3 G( w5 e6 [% a
  8. 3 m( U9 g% b# q! V* i; D2 ?% r% I* s4 w
  9. disableClosingConfirmation();
    2 V" I  v! X, D/ w; y& K# Q/ P
  10. isClosingConfirmationEnabled(); // false
复制代码

7 g  I3 f  G8 a) h' a
* e, v9 w5 y1 J0 H- k1 j, O5 A
分享到:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则