Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingShareActionItem Class 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.
 

Detailed Description

A class for adding custom sharing action items to the meeting.

Definition at line 59 of file MobileRTCMeetingActionItem.h.

Method Documentation

◆ itemWithIcon:title:Tag:

+ (id _Nonnull) itemWithIcon: (UIImage *_Nullable) actionIcon
title: (NSString *_Nonnull) inTitle
Tag: (NSUInteger) tag 

Creates an item with icon and title and tag.

Parameters
actionIconThe icon of the item.
inTitleThe title of the item.
tagThe tag of the item.
Returns
The created item.

◆ itemWithTitle:Tag:

+ (id _Nonnull) itemWithTitle: (NSString *_Nonnull) inTitle
Tag: (NSUInteger) tag 

Creates an item with title and tag.

Parameters
inTitleThe title of the item.
tagThe tag of the item.
Returns
The created item.

Property Documentation

◆ actionIcon

- (UIImage* _Nullable) actionIcon
readwritenonatomicretain

Icon for simplified toolbar share menu (square 18pt recommended). Optional.

Definition at line 64 of file MobileRTCMeetingActionItem.h.

◆ actionTitle

- (NSString* _Nonnull) actionTitle
readwritenonatomicretain

The title of the custom content to share, such as screen, application, photos, etc.

Definition at line 69 of file MobileRTCMeetingActionItem.h.

◆ delegate

- (id<MobileRTCMeetingShareActionItemDelegate> _Nonnull) delegate
readwritenonatomicassign

Enables sharing via MobileRTCMeetingShareActionItemDelegate.

Definition at line 79 of file MobileRTCMeetingActionItem.h.

◆ tag

- (NSUInteger) tag
readwritenonatomicassign

The tag of the share action item.

Definition at line 74 of file MobileRTCMeetingActionItem.h.