Home
last modified time | relevance | path

Searched refs:onShare (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_extension/
H A Dform_extension.js44 onShare(formId) { method in FormExtension
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability/
H A Dability.js48 onShare(wantParams) { } method in Ability
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h136 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 Djs-apidiff-ability.md18 | 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 Dtext_field_component.cpp726 void TextFieldComponent::SetOnShare(const EventMarker& onShare) in SetOnShare() argument
728 declaration_->SetOnShare(onShare); in SetOnShare()
H A Dtext_field_component.h255 void SetOnShare(const EventMarker& onShare);
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-ability.md18 | lifecycle | LifecycleForm | onShare?(formId: string):…
63 | ohos.application.FormExtension | FormExtension | onShare?(formId: string):…
/ohos5.0/docs/zh-cn/application-dev/form/
H A Dwidget-development-fa.md69 | 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 Djs-apis-app-ability-uiAbility.md430 ## UIAbility.onShare<sup>10+</sup>
432 onShare(wantParam: Record&lt;string, Object&gt;): void
452 onShare(wantParams: Record<string, Object>) {
453 console.log('onShare');
H A Djs-apis-app-ability-abilityManager-sys.md392 系统弹框通过该接口发起原子化服务分享,调用到目标UIAbility的onShare,返回分享数据(callback形式)。
440 系统弹框通过该接口发起原子化服务分享,调用到目标UIAbility的onShare,返回分享数据(Promise形式)。
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h166 void SetShareButtonMarker(const EventMarker& onShare);
H A Dtext_overlay_component.cpp791 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 Dchangelogs-ability.md101 …oNormal、onUpdate、onVisibilityChange、onEvent、onDestroy、onAcquireFormState、onShare 被删除。可以使用@ohos.app…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/
H A Dchangelogs-ability.md103 …oNormal、onUpdate、onVisibilityChange、onEvent、onDestroy、onAcquireFormState、onShare 被删除。可以使用@ohos.app…
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-uiAbility.md430 ## UIAbility.onShare<sup>10+</sup>
432 onShare(wantParam: Record&lt;string, Object&gt;): void
452 onShare(wantParams: Record<string, Object>) {
453 console.log('onShare');
H A Djs-apis-app-ability-abilityManager-sys.md392 …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 DOpenHarmony-v4.0-beta1.md23 - 支持原子化服务的分享,应用开发者可以使用UIAbility组件提供的UIAbility.onShare()生命周期方法,设置要分享的数据。用户可以通过分享框把原子化服务和卡片分享到另外一台终端设…
H A DOpenHarmony-v4.0-release.md33 - 支持元服务的分享,应用开发者可以使用UIAbility组件提供的UIAbility.onShare()生命周期方法,设置要分享的数据。用户可以通过分享框把元服务和卡片分享到另外一台终端设备。
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/
H A Dchangelogs-ability.md103 …ilityChange**, **onEvent**, **onDestroy**, **onAcquireFormState**, and **onShare** are deleted. Us…
/ohos5.0/docs/en/application-dev/form/
H A Dwidget-development-fa.md71 | 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 Dchangelogs-ability.md101 …ilityChange**, **onEvent**, **onDestroy**, **onAcquireFormState**, and **onShare** are deleted. Us…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-ability.md15 |新增|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 Dchangelogs-ability.md317 | @ohos.application.FormExtension | FormExtension | onShare?(formId: **string**…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-ability.md15 |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 Dchangelogs-ability.md332 | @ohos.application.FormExtension | FormExtension | onShare?(formId: **string**…

12