com.ad4screen.sdk.Tag |
Tag your activity with a human-readable name useable as "view" target into our interface
If you need to target a Fragment, Tab or something like this : please use setView method instead of Tag
Usage
@Tag(name = "MainMenu")
class MainActivity extends LaunchActivity {
// ...
}
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |