Exemplo n.º 1
0
 /**
  * Returns the sublabel for the selected shipping address.
  *
  * @return The sublabel for the selected shipping address or null.
  */
 public String getSelectedShippingAddressSublabel() {
   PaymentOption address = mShippingAddresses.getSelectedItem();
   return address != null ? address.getSublabel() : null;
 }