- Callback<R> - Interface in com.squareup.mcomm
-
Communicates the result of an asynchronous operation.
Callback.onResult will be invoked exactly once per
operation.
- CallbackReference - Interface in com.squareup.mcomm
-
- Card - Class in com.squareup.mcomm
-
Represents the non-confidential details of a card.
- Card(brand, lastFourDigits, expirationMonth, expirationYear, postalCode) - Constructor for class com.squareup.mcomm.Card
-
Represents the non-confidential details of a card.
- Card.Brand - Enum in com.squareup.mcomm
-
The brand (for example, VISA) of a card.
- CardEntryActivityCallback - Interface in com.squareup.mcomm
-
- CardEntryActivityResult - Class in com.squareup.mcomm
-
- CardEntryActivityResult.Canceled - Class in com.squareup.mcomm
-
The result when the user canceled the Square card entry activity before a card was successfully
entered.
- CardEntryActivityResult.Success - Class in com.squareup.mcomm
-
- CardEntryManager - Class in com.squareup.mcomm
-
Lets the application collect card information and exchange it for a Square card nonce using
Square's card entry activity.
- CardEntryManager() - Constructor for class com.squareup.mcomm.CardEntryManager
-
Lets the application collect card information and exchange it for a Square card nonce using
Square's card entry activity.
- cardEntryManager() - Method in class com.squareup.mcomm.MobileCommerceSdk
-
- CardResult - Class in com.squareup.mcomm
-
Represents the result of a successful request to process card payment information.
Contains the Square nonce of a card and the non-confidential card details.
- CardResult(nonce, card) - Constructor for class com.squareup.mcomm.CardResult
-
Represents the result of a successful request to process card payment information.
Contains the Square nonce of a card and the non-confidential card details.
- clear() - Method in interface com.squareup.mcomm.CallbackReference
-
- Code() - Constructor for enum com.squareup.mcomm.Error.Code
-
Possible error codes that can be returned as a result of attempting to create a card nonce.
- com.squareup.mcomm - package com.squareup.mcomm
-
- component1() - Method in class com.squareup.mcomm.Card
-
The brand
- component1() - Method in class com.squareup.mcomm.CardEntryActivityResult.Success
-
Contains the nonce and additional
- component1() - Method in class com.squareup.mcomm.CardResult
-
A one-time-use payment token that can be used with the Square Connect APIs
- component1() - Method in class com.squareup.mcomm.CreateNonceResult.Error
-
Provides the error code.
- component1() - Method in class com.squareup.mcomm.CreateNonceResult.Success
-
Contains the nonce and additional
- component2() - Method in class com.squareup.mcomm.Card
-
The last 4 digits of this card
- component2() - Method in class com.squareup.mcomm.CardResult
-
Non-confidential details about the entered card,
- component2() - Method in class com.squareup.mcomm.CreateNonceResult.Error
-
Provides a displayable message that summarizes the possible cause of the error.
- component3() - Method in class com.squareup.mcomm.Card
-
The expiration month of the card.
- component3() - Method in class com.squareup.mcomm.CreateNonceResult.Error
-
Provides a more detailed error code for troubleshooting.
- component4() - Method in class com.squareup.mcomm.Card
-
The four-digit expiration year of the card.
- component4() - Method in class com.squareup.mcomm.CreateNonceResult.Error
-
Provides a human-readable message containing additional debug
- component5() - Method in class com.squareup.mcomm.Card
-
The billing postal code associated with the card.
- copy(brand, lastFourDigits, expirationMonth, expirationYear, postalCode) - Method in class com.squareup.mcomm.Card
-
Represents the non-confidential details of a card.
- copy(cardResult) - Method in class com.squareup.mcomm.CardEntryActivityResult.Success
-
- copy(nonce, card) - Method in class com.squareup.mcomm.CardResult
-
Represents the result of a successful request to process card payment information.
Contains the Square nonce of a card and the non-confidential card details.
- copy(code, message, debugCode, debugMessage) - Method in class com.squareup.mcomm.CreateNonceResult.Error
-
- copy(cardResult) - Method in class com.squareup.mcomm.CreateNonceResult.Success
-
- createNonce(token) - Method in class com.squareup.mcomm.GooglePayManager
-
Asynchronously creates a card nonce with a Google Pay token.
- CreateNonceCallback - Interface in com.squareup.mcomm
-
- CreateNonceResult - Class in com.squareup.mcomm
-
- CreateNonceResult.Error - Class in com.squareup.mcomm
-
- CreateNonceResult.Success - Class in com.squareup.mcomm
-