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

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

回答

收藏

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

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

关闭行为

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

安装

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

Variable :

  1. import { closingBehavior } from '@telegram-apps/sdk';5 c: V3 t. Q; S. b7 n2 D

  2. 4 s" N$ |: m( J/ C- K
  3. closingBehavior.mount();3 V8 I5 s. C% K$ L( B' D
  4. closingBehavior.isMounted(); // true
复制代码

Functions :

  1. import {+ M1 A9 w/ a$ y: q& s; k
  2.   mountClosingBehavior,0 t( q7 _  v+ ~2 l
  3.   isClosingBehaviorMounted,
    . Q4 f7 I) l8 X7 c
  4. } from '@telegram-apps/sdk';" @, |2 e( S. b% y

  5. ; _0 D1 O# U. w5 t
  6. mountClosingBehavior();
    0 J/ y4 F$ D3 b7 o3 i4 b6 M) A; s
  7. isClosingBehaviorMounted(); // true
复制代码
( l) n4 d. R  [3 q, ]( x# V( `% i

要卸载,请使用 unmount 方法:

Variable :

  1. closingBehavior.unmount();# k3 s: P7 @' d1 t+ {
  2. closingBehavior.isMounted(); // false
复制代码

Functions :

  1. import {
    , X* b2 m4 D& n$ q8 ~; E+ l
  2.   unmountClosingBehavior,
    : s0 f; ^5 X. p9 y# E: }" Q
  3.   isClosingBehaviorMounted,8 r7 J3 I1 C! Y' R: d
  4. } from '@telegram-apps/sdk';- C% E" t1 D) K8 Q( |

  5. + P1 S( B6 y0 M. x- l; q  `
  6. unmountClosingBehavior();
      @9 E* A- R; a1 D. s6 e
  7. isClosingBehaviorMounted(); //  false
复制代码
关闭确认

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

Variable :

  1. closingBehavior.enableConfirmation();  V: w# R  @" F, m) I! f
  2. closingBehavior.isConfirmationEnabled(); // true
    . H3 L8 I7 d. z1 {
  3. # U3 O: D1 ^# H( e
  4. closingBehavior.disableConfirmation();
    7 R" V' c4 G$ x# R4 b: L
  5. closingBehavior.isConfirmationEnabled(); // false
复制代码

Functions :

  1. import {
    : T- d+ y; J0 m6 ?1 P
  2.   enableClosingConfirmation,
    8 W; j* p0 L+ Q4 I* E. g
  3.   disableClosingConfirmation,
    ) v/ g5 H% e& D# s% v
  4. } from '@telegram-apps/sdk';
    8 ?& m, o* z% n/ a% G& M
  5. # z, J$ V- V: B/ d
  6. enableClosingConfirmation();
    * y3 K# R  `! [  z8 m! C
  7. isClosingConfirmationEnabled(); // true, K- q. X1 q- Z6 A6 r

  8. " b5 c& \9 h! q/ g& ^4 k1 p
  9. disableClosingConfirmation();( j% U! ?/ k5 e
  10. isClosingConfirmationEnabled(); // false
复制代码

6 Q8 t7 o  @! n4 A* J, O, {
3 q2 L  n* D% q0 \
分享到:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则