/** @return the message ID passed to {@link #newInstance}. Safe to call even before onCreate. */
 public long getMessageId() {
   initializeArgCache();
   return mImmutableMessageId;
 }