Sep 9, 2018 · 1 min read
This line in step 3 is driving me crazy :)
[IntentFilter(new[] { Intent.ActionView}, Categories = new[] { Intent.CategoryDefault, Intent.CategoryBrowsable }, DataScheme =”http”, DataHost =”myweb.com”,DataPath =”/oauth2redirect”)]
Im getting this message:
Error CS0120 An object reference is required for the non-static field, method, or property ‘Activity.Intent’