PayClient.WearWalletIntentSource

  • WearWalletIntentSource is an annotation indicating the source for the Wear Card Management Activity.

  • The available intent sources are OOBE (out of box experience) and SETTINGS.

  • The behavior of the Wear Card Management Activity may vary based on the intent source.

public static abstract @interface PayClient.WearWalletIntentSource implements Annotation

Intent source for Wear Card Management Activity. Behavior may depend on the source.

Constant Summary

int OOBE Start Wear Wallet for out of box experience
int SETTINGS Start Wear Wallet from settings

Inherited Method Summary

Constants

public static final int OOBE

Start Wear Wallet for out of box experience

Constant Value: 20

public static final int SETTINGS

Start Wear Wallet from settings

Constant Value: 21