We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505ce09 commit c24efc7Copy full SHA for c24efc7
firebase-inappmessaging/src/main/java/com/google/firebase/inappmessaging/model/CampaignMetadata.java
@@ -17,11 +17,12 @@
17
import androidx.annotation.NonNull;
18
19
/**
20
- * <p>Provides the following about any message:</p>
+ * Provides the following about any message:
21
+ *
22
* <ul>
- * <li>Campaign ID
23
- * <li>Campaign Name
24
- * <li>Campaign Test Message State
+ * <li>Campaign ID
+ * <li>Campaign Name
25
+ * <li>Campaign Test Message State
26
* </ul>
27
*/
28
public class CampaignMetadata {
0 commit comments