Exemplo n.º 1
0
        protected override void OnStart()
        {
            base.OnStart();

            BranchAndroid.GetAutoInstance(this);
            Branch branch = Branch.GetInstance();

            branch.InitSession(this);
        }
Exemplo n.º 2
0
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);

            // Set our view from the "main" layout resource
            SetContentView(Resource.Layout.Main);
            BranchAndroid.GetAutoInstance(this.ApplicationContext);
            BranchAndroid.Init(this, "Branch key", this);
        }
Exemplo n.º 3
0
 public override void OnCreate()
 {
     base.OnCreate();
     BranchAndroid.GetAutoInstance(this.ApplicationContext);
 }