@Implements(value=android.service.quickaccesswallet.QuickAccessWalletService.class, minSdk=30, isInAndroidSdk=false) public class ShadowQuickAccessWalletService extends ShadowService
QuickAccessWalletService| Constructor | Description | 
|---|---|
ShadowQuickAccessWalletService() | 
| Modifier and Type | Method | Description | 
|---|---|---|
static List<WalletServiceEvent> | 
getServiceEvents() | 
 Returns a list of service events sent with  
sendWalletServiceEvent(android.service.quickaccesswallet.WalletServiceEvent) | 
static void | 
reset() | 
|
void | 
sendWalletServiceEvent(WalletServiceEvent serviceEvent) | 
 Capture events sent by the service to SysUI 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearBroadcastIntents, clearNextStartedActivities, clearStartedServices, denyPermissions, denyPermissions, getBroadcastIntents, getBroadcastIntentsForUser, getBroadcastOptions, getNextStartedActivity, getNextStartedActivityForResult, getNextStartedService, getNextStoppedService, grantPermissions, grantPermissions, peekNextStartedActivity, peekNextStartedActivityForResult, peekNextStartedService, removeSystemServicegetLastForegroundNotification, getLastForegroundNotificationId, getNotificationShouldRemoved, getStopSelfId, getStopSelfResultId, isForegroundStopped, isLastForegroundNotificationAttached, isStoppedBySelf, onDestroy, startForeground, stopForeground, stopForeground, stopSelf, stopSelf, stopSelfResult@Implementation public final void sendWalletServiceEvent(@Nonnull WalletServiceEvent serviceEvent)
public static List<WalletServiceEvent> getServiceEvents()
sendWalletServiceEvent(android.service.quickaccesswallet.WalletServiceEvent)@Resetter public static void reset()