You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Martijn van Dijk edited this page Sep 25, 2019
·
1 revision
Intercept share requests from the native platform or other apps
Android:
//Add code to the OnCreate(Bundle savedInstanceState) of your MainActivityif(await CrossMediaManager.Android.PlayFromIntent(Intent)){//If true maybe do an action like opening a Player Page.}