MCPcopy Index your code
hub / github.com/ari4java/ari4java / events

Method events

src/main/java/ch/loway/oss/ari4java/ARI.java:389–392  ·  view source on GitHub ↗

Gets a ready to use Events Action. @return ActionEvents

()

Source from the content-addressed store, hash-verified

387 * @return ActionEvents
388 */
389 public ActionEvents events() {
390 liveActionEvent = (ActionEvents) setupAction(getVersion().builder().actionEvents());
391 return liveActionEvent;
392 }
393
394 /**
395 * Gets a ready to use Mailboxes Action.

Callers 3

testBuildActionMethod · 0.95
eventsCallbackMethod · 0.95
startMethod · 0.80

Calls 3

setupActionMethod · 0.95
getVersionMethod · 0.95
builderMethod · 0.80

Tested by 1

testBuildActionMethod · 0.76