Uses of Class
com.twilio.twiml.voice.Stream.StatusCallbackMethod
-
Packages that use Stream.StatusCallbackMethod Package Description com.twilio.twiml.voice -
-
Uses of Stream.StatusCallbackMethod in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Stream.StatusCallbackMethod Modifier and Type Method Description Stream.StatusCallbackMethodStream. getStatusCallbackMethod()Status Callback URL methodstatic Stream.StatusCallbackMethodStream.StatusCallbackMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Stream.StatusCallbackMethod[]Stream.StatusCallbackMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Stream.StatusCallbackMethod Modifier and Type Method Description Stream.BuilderStream.Builder. statusCallbackMethod(Stream.StatusCallbackMethod statusCallbackMethod)Status Callback URL method
-