Package org.linphone.core
Interface AccountManagerServicesRequest
public interface AccountManagerServicesRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
long
Gets the native pointer used by this class to make native method calls.getType()
Gets theAccountManagerServicesRequest.Type
representing this request.Gets the object stored in this object user's datavoid
void
setUserData
(Object data) Sets the object to store in this object user's datavoid
submit()
Executes the request represented byAccountManagerServicesRequest
.toString()
-
Method Details
-
getType
AccountManagerServicesRequest.Type getType()- Returns:
- the
AccountManagerServicesRequest.Type
.
-
submit
void submit() -
addListener
-
removeListener
-
setUserData
Sets the object to store in this object user's data- Parameters:
data
- the object to store
-
getUserData
Object getUserData()Gets the object stored in this object user's data- Returns:
- the object store if any, null otherwise
-
getNativePointer
long getNativePointer()Gets the native pointer used by this class to make native method calls.- Returns:
- the nativer pointer, as long
-
toString
String toString()
-