BuildIt.Bot.Client.Impl.Droid.BotClientActivityBase.IsLaunchedByPushNotification C# (CSharp) Method

IsLaunchedByPushNotification() private method

private IsLaunchedByPushNotification ( ) : bool
return bool
        private bool IsLaunchedByPushNotification()
        {
            return Intent.GetBooleanExtra(Constants.PushNotificationExtra, false);
        }