IVerifyAppsDataCallback.Stub
Stay organized with collections
Save and categorize content based on your preferences.
Inherited Constant Summary
From interface android.os.IBinder
int |
DUMP_TRANSACTION |
|
int |
FIRST_CALL_TRANSACTION |
|
int |
FLAG_ONEWAY |
|
int |
INTERFACE_TRANSACTION |
|
int |
LAST_CALL_TRANSACTION |
|
int |
LIKE_TRANSACTION |
|
int |
PING_TRANSACTION |
|
int |
TWEET_TRANSACTION |
|
Public Constructor Summary
Inherited Method Summary
From class com.google.android.aidl.BaseStub
IBinder
|
asBinder()
|
boolean |
dispatchTransaction(int arg0, Parcel arg1,
Parcel arg2,
int arg3)
|
boolean |
|
boolean |
routeToSuperOrEnforceInterface(int arg0,
Parcel arg1,
Parcel arg2,
int arg3)
|
From class android.os.Binder
void |
|
final static long |
clearCallingIdentity()
|
void |
|
void |
|
void |
|
final static void |
flushPendingCommands()
|
final static int |
getCallingPid()
|
final static int |
getCallingUid()
|
final static UserHandle
|
getCallingUserHandle()
|
String
|
getInterfaceDescriptor()
|
boolean |
isBinderAlive()
|
final static void |
joinThreadPool()
|
void |
|
boolean |
|
boolean |
pingBinder()
|
IInterface
|
queryLocalInterface( String arg0)
|
final static void |
restoreCallingIdentity(long arg0)
|
final boolean |
|
boolean |
|
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
From interface android.os.IInterface
From interface android.os.IBinder
abstract void |
|
abstract void |
|
abstract String
|
getInterfaceDescriptor()
|
abstract boolean |
isBinderAlive()
|
abstract void |
|
abstract boolean |
pingBinder()
|
abstract IInterface
|
queryLocalInterface( String arg0)
|
abstract boolean |
|
abstract boolean |
|
Public Constructors
public IVerifyAppsDataCallback.Stub ()
Protected Methods
protected boolean dispatchTransaction (int code,
Parcel data,
Parcel reply, int
flags)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`IVerifyAppsDataCallback.Stub` is an abstract class that extends `BaseStub` and implements the `IVerifyAppsDataCallback` interface."],["It provides a way to handle the results of the `getVerifyAppsData` API through the `onGetVerifyAppsDataResult` callback method."],["This class uses AIDL for inter-process communication and includes methods for dispatching transactions and interacting with the Android Binder framework."],["Developers can use the `asInterface` method to obtain an instance of `IVerifyAppsDataCallback` from an `IBinder` object."]]],[]]