|
Meeting SDK for iOS API Reference
|
A class for adding custom sharing action items to the meeting. More...
#include <MobileRTCMeetingActionItem.h>
Inherits NSObject.
Class Methods | |
| (id _Nonnull) | + itemWithTitle:Tag: |
| Creates an item with title and tag. | |
| (id _Nonnull) | + itemWithIcon:title:Tag: |
| Creates an item with icon and title and tag. | |
Properties | |
| UIImage *_Nullable | actionIcon |
| Icon for simplified toolbar share menu (square 18pt recommended). Optional. | |
| NSString *_Nonnull | actionTitle |
| The title of the custom content to share, such as screen, application, photos, etc. | |
| NSUInteger | tag |
| The tag of the share action item. | |
| id< MobileRTCMeetingShareActionItemDelegate > _Nonnull | delegate |
| Enables sharing via MobileRTCMeetingShareActionItemDelegate. | |
A class for adding custom sharing action items to the meeting.
Definition at line 59 of file MobileRTCMeetingActionItem.h.
| + (id _Nonnull) itemWithIcon: | (UIImage *_Nullable) | actionIcon | |
| title: | (NSString *_Nonnull) | inTitle | |
| Tag: | (NSUInteger) | tag |
Creates an item with icon and title and tag.
| actionIcon | The icon of the item. |
| inTitle | The title of the item. |
| tag | The tag of the item. |
| + (id _Nonnull) itemWithTitle: | (NSString *_Nonnull) | inTitle | |
| Tag: | (NSUInteger) | tag |
Creates an item with title and tag.
| inTitle | The title of the item. |
| tag | The tag of the item. |
|
readwritenonatomicretain |
Icon for simplified toolbar share menu (square 18pt recommended). Optional.
Definition at line 64 of file MobileRTCMeetingActionItem.h.
|
readwritenonatomicretain |
The title of the custom content to share, such as screen, application, photos, etc.
Definition at line 69 of file MobileRTCMeetingActionItem.h.
|
readwritenonatomicassign |
Enables sharing via MobileRTCMeetingShareActionItemDelegate.
Definition at line 79 of file MobileRTCMeetingActionItem.h.
|
readwritenonatomicassign |
The tag of the share action item.
Definition at line 74 of file MobileRTCMeetingActionItem.h.