public static class Dmo.ReadAll extends ISyncMethod
ISyncMethod.Status
ERROR_CODE, isAsync, MESSAGE, STATUS
Constructor and Description |
---|
ReadAll() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
GetParams() |
android.os.Bundle |
Perform(android.content.Context context,
android.os.Bundle args) |
void |
PerformAsync(android.content.Context context,
android.os.Bundle args) |
GetBroadcastAction, getMethod
public android.os.Bundle Perform(@NonNull android.content.Context context, android.os.Bundle args)
Perform
in class ISyncMethod
context
- used to access the ContentProviderargs
- arguments of the methodpublic void PerformAsync(@NonNull android.content.Context context, android.os.Bundle args)
PerformAsync
in class ISyncMethod
context
- used to start the async serviceargs
- arguments to be sent to the servicepublic java.lang.String[] GetParams()
GetParams
in class ISyncMethod