Class HangUpOptions
- Object
-
- HangUpOptions
-
public final class HangUpOptions extends ObjectProperty bag class for hanging up a call
-
-
Constructor Summary
Constructors Constructor Description HangUpOptions()Creates a new instance with a default configuration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.booleanisForEveryone()Use to determine whether the current call should be terminated for all participant on the call or notHangUpOptionssetForEveryone(boolean value)Use to determine whether the current call should be terminated for all participant on the call or not
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
isForEveryone
public boolean isForEveryone()
Use to determine whether the current call should be terminated for all participant on the call or not
-
setForEveryone
public HangUpOptions setForEveryone(boolean value)
Use to determine whether the current call should be terminated for all participant on the call or not- Parameters:
value- The new value.
-
-