Guava.IncomingCallAction (Guava v0.34.0)

Copy Markdown View Source

The action to take for an incoming call: accept or decline.

Returned from an on_call_received handler. Use the accept/0 and decline/0 helpers, or the structs directly.

Summary

Functions

Accept the incoming call.

Decline the incoming call.

Types

Functions

accept()

@spec accept() :: Guava.IncomingCallAction.Accept.t()

Accept the incoming call.

decline()

@spec decline() :: Guava.IncomingCallAction.Decline.t()

Decline the incoming call.