Custom Event Notifier
This component belongs to the following package:
- com.yahaha.sdk.trigger
This Custom Event Notifier allows you to add a NotifyEvent action to the attached YahahaObject. This action is useful for sharing events through the Event Trigger component on the same object.
Events and Actions
Events
- CustomEvent: An event notified by the
NotifyObjectEvent()
function, typically used in the Event Trigger component to trigger other actions.
Actions
- NotifyCustomEventNow: Actively sends an event named "CustomEvent" to the object that has this component, using the package name as the event scope.
Related Components
This Component is usually used with the Event Trigger Component, which sets conditions and actions in response to an event or trigger.