原子操作

飞道科技

@dfeidao/atom-mobile > ios专用原子操作

External module: ios专用原子操作

Index

Functions


Functions

share

share(content: ShareContent, options: ShareOptions): Promise<void>

Defined in ios/share.ts:9

Parameters:

Name Type
content ShareContent
options ShareOptions

Returns: Promise<void>


show_share_action_sheet

show_share_action_sheet(options: ShareActionSheetIOSOptions): Promise<object>

Defined in ios/show-share-action-sheet.ts:17

see: react-native官方文档

Parameters:

Name Type
options ShareActionSheetIOSOptions

Returns: Promise<object>