Uses of Class
com.twilio.twiml.voice.Client.Event
-
Packages that use Client.Event Package Description com.twilio.twiml.voice -
-
Uses of Client.Event in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Client.Event Modifier and Type Method Description static Client.EventClient.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static Client.Event[]Client.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice that return types with arguments of type Client.Event Modifier and Type Method Description List<Client.Event>Client. getStatusCallbackEvents()Events to trigger status callbackMethods in com.twilio.twiml.voice with parameters of type Client.Event Modifier and Type Method Description Client.BuilderClient.Builder. statusCallbackEvents(Client.Event statusCallbackEvent)Events to trigger status callbackMethod parameters in com.twilio.twiml.voice with type arguments of type Client.Event Modifier and Type Method Description Client.BuilderClient.Builder. statusCallbackEvents(List<Client.Event> statusCallbackEvent)Events to trigger status callback
-