Searched defs:encodedActivationCode (Results 1 – 1 of 1) sorted by relevance
62 public final String encodedActivationCode; field in DownloadableSubscription81 private DownloadableSubscription(String encodedActivationCode) { in DownloadableSubscription()93 private DownloadableSubscription(String encodedActivationCode, String confirmationCode, in DownloadableSubscription()104 @Nullable private String encodedActivationCode; field in DownloadableSubscription.Builder159 public static DownloadableSubscription forActivationCode(String encodedActivationCode) { in forActivationCode()