Package io.rong.imlib
Class RongIMClient.DefaultOperationCallback
-
- All Implemented Interfaces:
-
android.os.IBinder,android.os.IInterface,io.rong.imlib.IOperationCallback
public class RongIMClient.DefaultOperationCallback extends IOperationCallback.Stub
-
-
Field Summary
Fields Modifier and Type Field Description public final static intDUMP_TRANSACTIONpublic final static intFIRST_CALL_TRANSACTIONpublic final static intFLAG_ONEWAYpublic final static intINTERFACE_TRANSACTIONpublic final static intLAST_CALL_TRANSACTIONpublic final static intLIKE_TRANSACTIONpublic final static intPING_TRANSACTIONpublic final static intTWEET_TRANSACTION
-
Constructor Summary
Constructors Constructor Description RongIMClient.DefaultOperationCallback(IpcCallbackProxy<RongIMClient.OperationCallback> ipcCallbackProxy)
-
Method Summary
Modifier and Type Method Description voidonComplete()voidonFailure(intĀ errorCode)-
Methods inherited from class io.rong.imlib.IOperationCallback.Stub
asBinder, asInterface, getDefaultImpl, onTransact, setDefaultImpl -
Methods inherited from class android.os.Binder
attachInterface, clearCallingIdentity, clearCallingWorkSource, dump, dumpAsync, flushPendingCommands, getCallingPid, getCallingUid, getCallingUidOrThrow, getCallingUserHandle, getCallingWorkSourceUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, restoreCallingWorkSource, setCallingWorkSourceUid, transact, unlinkToDeath -
Methods inherited from class android.os.IBinder
getSuggestedMaxIpcSizeBytes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RongIMClient.DefaultOperationCallback
RongIMClient.DefaultOperationCallback(IpcCallbackProxy<RongIMClient.OperationCallback> ipcCallbackProxy)
-
-
Method Detail
-
onComplete
void onComplete()
-
onFailure
void onFailure(intĀ errorCode)
-
-
-
-