-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample sis carousel #249
base: master
Are you sure you want to change the base?
Sample sis carousel #249
Conversation
nativeAdView.setOnClickListener { | ||
Log.d("CustomFeedPromotionViewBinder", "nativeAdView clicked") | ||
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://www.buzzvil.com")) | ||
nativeAdView.context.startActivity(intent) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기에서 원하는 곳으로 이동합니다.
titleTextView?.text = "타이틀 텍스트를 입력하세요." | ||
descriptionTextView?.text = "description 을 입력하세요" | ||
ctaView?.visibility = View.GONE | ||
mediaView.setDrawable(R.drawable.ic_hello) | ||
iconImageView?.setImageResource(android.R.drawable.ic_dialog_info) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
text 와 image 를 변경합니다.
import com.buzzvil.sample.buzzvilsdksample.R | ||
|
||
@SuppressWarnings("RestrictedApi") | ||
class CustomFeedPromotionViewBinder private constructor( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 클래스를 직접 만들어서 사용합니다.
캐러셀 구현하기 에서 베네핏 허브 대신 원하는 곳으로 이동할 수 있는 샘플입니다.