Exemplo n.º 1
0
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);
            SetContentView(Resource.Layout.activity_main);
            this.Window.AddFlags(WindowManagerFlags.Fullscreen);

            InItPokktSDK();

            PokktAdTypeFragment pokktAdTypeFragment = new PokktAdTypeFragment();

            FragmentTransactionManager.AddFragmentWithTag(this, Resource.Id.container, pokktAdTypeFragment, typeof(PokktAdTypeFragment).Name);
        }
Exemplo n.º 2
0
        private void OpenVideosAdsShowcase(object sender, EventArgs e)
        {
            PokktVideoFragment fragment = new PokktVideoFragment();

            FragmentTransactionManager.AddFragmentWithTag(this.Activity, Resource.Id.container, fragment, typeof(PokktVideoFragment).Name);
        }
Exemplo n.º 3
0
        private void OpenMoreSettings(object sender, EventArgs e)
        {
            PokktSettingsFragment fragment = new PokktSettingsFragment();

            FragmentTransactionManager.AddFragmentWithTag(this.Activity, Resource.Id.container, fragment, typeof(PokktSettingsFragment).Name);
        }