public static interface

AddressConstants.ResultCodes

com.google.android.gms.identity.intents.AddressConstants.ResultCodes

Class Overview

Custom result codes that can be returned to your Activity's onActivityResult method after you call requestUserAddress(GoogleApiClient, UserAddressRequest, int). Note that the standard result codes of Activity.RESULT_OK and Activity.RESULT_CANCELLED can also be returned in addition to these custom ones.

Summary

Constants
int RESULT_ERROR Result code returned if an error occurs while processing your request.

Constants

public static final int RESULT_ERROR

Result code returned if an error occurs while processing your request.

Constant Value: 1 (0x00000001)