public class TapTargetHelper extends Object
Modifier and Type | Field and Description |
---|---|
private android.content.Context |
context |
private String |
description |
private android.view.View |
target |
private String |
title |
Constructor and Description |
---|
TapTargetHelper(android.content.Context context,
android.view.View target,
String title,
String description)
Designation of the basic variables for the method.
|
Modifier and Type | Method and Description |
---|---|
com.getkeepsafe.taptargetview.TapTarget |
Create()
Creation of the tap target helper, with specific graphic characteristics.
|
com.getkeepsafe.taptargetview.TapTarget |
CreateWithIcon(android.graphics.drawable.Drawable icon)
The same method as the last one, but with an icon; Deprecated.
|
private android.content.Context context
private android.view.View target
private String title
private String description
public TapTargetHelper(android.content.Context context, android.view.View target, String title, String description)
context
- activity context.target
- target view.title
- tutorial title.description
- tutorial description.public com.getkeepsafe.taptargetview.TapTarget Create()
public com.getkeepsafe.taptargetview.TapTarget CreateWithIcon(android.graphics.drawable.Drawable icon)
icon
- icon that was going to be shown with each tutoria point.