Class OrderContract.OrderSummary

    • Method Detail

      • contentUriWithToken

        public static Uri contentUriWithToken​(String token)
      • contentUriWithAccount

        public static Uri contentUriWithAccount​(Account account)
        Return order summaries
      • contentUriWithAccount2

        public static Uri contentUriWithAccount2​(Account account)
        Same as contentUriWithAccount(Account), but queries will not automatically add a state IS NOT NULL condition to the WHERE clause. See Order.getState() for details about the meaning of order state.