Skip to content

Instantly share code, notes, and snippets.

@TBertuzzi
Created September 11, 2019 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TBertuzzi/014252ae303520bcf2e8ab3aff5798ef to your computer and use it in GitHub Desktop.
Save TBertuzzi/014252ae303520bcf2e8ab3aff5798ef to your computer and use it in GitHub Desktop.
opentok
protected override void OnCreate(Bundle savedInstanceState)
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
PlatformOpenTokService.Init();
base.OnCreate(savedInstanceState);
CrossCurrentActivity.Current.Activity = this;
Xamarin.Essentials.Platform.Init(this, savedInstanceState);
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
LoadApplication(new App());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment