ActivityItem¶
When assigning a rule to a property of ActivityItem, the rule will be passed an instance of the following proxy class as an argument:
ActivityItem Properties¶
| Property | Type | Required |
|---|---|---|
| ActivityType | enum |
No |
| ActivityValue | string |
No |
| _Name | string |
No |
ActivityType¶
- type:
enum
The value of this property must be one of the known values listed below.
| Value | Description |
|---|---|
Detail |
Detailed note. |
Email |
Email address. On iOS and web (Mac), the Mail app will be opened. On Android and web (Windows), user is asked to choose an email client to complete the action. |
Message |
SMS by a phone number. On iOS and Android, the Messages app will be opened. On web (Mac), user is asked to open the Messages app. On web (Windows), do nothing. |
Phone |
Phone call by a number. On iOS and Android, the Phone app will be opened. On web (Mac), user is asked to make a call using the Skype app. On web (Windows), currently do nothing. |
VideoCall |
Video call by a number. On iOS, FaceTime app will be opened. On Android, this option is currently disabled. On web, Microsoft Teams app will be opened. |
ActivityValue¶
- type:
string
_Name¶
- type:
string