/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_extension/ |
H A D | form_extension.js | 44 onShare(formId) { method in FormExtension
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability/ |
H A D | ability.js | 48 onShare(wantParams) { } method in Ability
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 136 EventMarker onShare; member 1012 return event.onShare; in GetOnShare() 1015 void SetOnShare(const EventMarker& onShare) in SetOnShare() argument 1018 event.onShare = onShare; in SetOnShare()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-ability.md | 18 | lifecycle | LifecycleForm | onShare?(formId: string):… 63 | ohos.application.FormExtension | FormExtension | onShare?(formId: string):…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 726 void TextFieldComponent::SetOnShare(const EventMarker& onShare) in SetOnShare() argument 728 declaration_->SetOnShare(onShare); in SetOnShare()
|
H A D | text_field_component.h | 255 void SetOnShare(const EventMarker& onShare);
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-ability.md | 18 | lifecycle | LifecycleForm | onShare?(formId: string):… 63 | ohos.application.FormExtension | FormExtension | onShare?(formId: string):…
|
/ohos5.0/docs/zh-cn/application-dev/form/ |
H A D | widget-development-fa.md | 69 | onShare?(formId: string): {[key: string]: any} | 卡片提供方接收卡片分享的通知接口。 | 70 …p;Record<string, Object> | 卡片提供方接收卡片分享的通知接口。推荐使用该接口替代onShare接口。如果了实现该接口,onShare将不再被回调。 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-uiAbility.md | 430 ## UIAbility.onShare<sup>10+</sup> 432 onShare(wantParam: Record<string, Object>): void 452 onShare(wantParams: Record<string, Object>) { 453 console.log('onShare');
|
H A D | js-apis-app-ability-abilityManager-sys.md | 392 系统弹框通过该接口发起原子化服务分享,调用到目标UIAbility的onShare,返回分享数据(callback形式)。 440 系统弹框通过该接口发起原子化服务分享,调用到目标UIAbility的onShare,返回分享数据(Promise形式)。
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_component.h | 166 void SetShareButtonMarker(const EventMarker& onShare);
|
H A D | text_overlay_component.cpp | 791 void TextOverlayComponent::SetShareButtonMarker(const EventMarker& onShare) in SetShareButtonMarker() argument 793 shareButtonMarker_ = onShare; in SetShareButtonMarker()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-ability.md | 101 …oNormal、onUpdate、onVisibilityChange、onEvent、onDestroy、onAcquireFormState、onShare 被删除。可以使用@ohos.app…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-ability.md | 103 …oNormal、onUpdate、onVisibilityChange、onEvent、onDestroy、onAcquireFormState、onShare 被删除。可以使用@ohos.app…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-uiAbility.md | 430 ## UIAbility.onShare<sup>10+</sup> 432 onShare(wantParam: Record<string, Object>): void 452 onShare(wantParams: Record<string, Object>) { 453 console.log('onShare');
|
H A D | js-apis-app-ability-abilityManager-sys.md | 392 …ox to obtain shared data, which is set by the target UIAbility through **onShare()**. This API use… 440 …ox to obtain shared data, which is set by the target UIAbility through **onShare()**. This API use…
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-v4.0-beta1.md | 23 - 支持原子化服务的分享,应用开发者可以使用UIAbility组件提供的UIAbility.onShare()生命周期方法,设置要分享的数据。用户可以通过分享框把原子化服务和卡片分享到另外一台终端设…
|
H A D | OpenHarmony-v4.0-release.md | 33 - 支持元服务的分享,应用开发者可以使用UIAbility组件提供的UIAbility.onShare()生命周期方法,设置要分享的数据。用户可以通过分享框把元服务和卡片分享到另外一台终端设备。
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-ability.md | 103 …ilityChange**, **onEvent**, **onDestroy**, **onAcquireFormState**, and **onShare** are deleted. Us…
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | widget-development-fa.md | 71 | onShare?(formId: string): {[key: string]: any} | Called by the widget provider to receive shared… 72 …ata. You are advised to use this API, instead of **onShare()**. If this API is implemented, **onSh…
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-ability.md | 101 …ilityChange**, **onEvent**, **onDestroy**, **onAcquireFormState**, and **onShare** are deleted. Us…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-ability.md | 15 |新增|NA|类名:UIAbility<br>方法or属性:onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.abilit…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/ |
H A D | changelogs-ability.md | 317 | @ohos.application.FormExtension | FormExtension | onShare?(formId: **string**…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-ability.md | 15 |Added|NA|Class name: UIAbility<br>Method or attribute name: onShare(wantParam: { [key: string]: Ob…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/ |
H A D | changelogs-ability.md | 332 | @ohos.application.FormExtension | FormExtension | onShare?(formId: **string**…
|