انجمن سایت کلیدستان


رتبه موضوع:
  • 0 رای - 0 میانگین
  • 1
  • 2
  • 3
  • 4
  • 5
دو سوال راجع به نوتیفیکیشن ها

دو سوال راجع به نوتیفیکیشن ها

#2
 
کد پی‌اچ‌پی:
NotificationCompat.Builder mBuilder =   new NotificationCompat.Builder(this)
    .setSmallIcon(R.drawable.ic_launcher) // notification icon
    .setContentTitle("Notification!") // title for notification
    .setContentText("kelidestan.com") // message for notification
    .setAutoCancel(true); // clear notification after click
   Intent browserIntent1 = new Intent(
                        Intent.ACTION_VIEW,
                    Uri.parse("http://cafebazaar.ir/app/com.acne.treat/?l=fa"));
                            startActivity(browserIntent1);
PendingIntent pi = PendingIntent.getActivity(this,0,intent,Intent.FLAG_ACTIVITY_NEW_TASK);
mBuilder.setContentIntent(pi); 
 
پاسخ


پیام‌های این موضوع
دو سوال راجع به نوتیفیکیشن ها - توسط hhossein73 - ۱۳۹۴/۰۷/۱۷, ۰۸:۵۱ ب.ظ
RE: دو سوال راجع به نوتیفیکیشن ها - توسط Erfannj - ۱۳۹۴/۰۷/۱۷, ۱۱:۰۱ ب.ظ
RE: دو سوال راجع به نوتیفیکیشن ها - توسط androidbaz - ۱۳۹۴/۰۷/۱۹, ۱۱:۰۴ ق.ظ

پرش به انجمن:


کاربران در حال بازدید این موضوع: 1 مهمان