private void Init() { canonicalIdentifier = ""; canonicalUrl = ""; title = ""; contentDescription = ""; imageUrl = ""; metadata = new BranchContentMetadata(); contentIndexMode = 0; localIndexMode = 0; keywords = new List <string>(); expirationDate = null; }
private void Init() { canonicalIdentifier = ""; canonicalUrl = ""; title = ""; contentDescription = ""; imageUrl = ""; metadata = new BranchContentMetadata(); contentIndexMode = 0; localIndexMode = 0; keywords = new List <string>(); //NOTE: fix for https://github.com/BranchMetrics/xamarin-branch-deep-linking/issues/97 expirationDate = new DateTime(2200, 12, 30); }