public interface TitleReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
sendTitle(String title)
Sends a regular title
|
void |
sendTitle(String title,
String subtitle)
Sends a title with a subtitle
|
void |
sendTitle(String title,
String subtitle,
TitleTransition transition)
Sends a title with a subtitle and a transition
|
void |
sendTitle(String title,
TitleTransition transition)
Sends a regular time with a transition
|
void sendTitle(String title, String subtitle)
title - the title messagesubtitle - the subtitle messagevoid sendTitle(String title, TitleTransition transition)
title - the title messagetransition - the transition object for the titlevoid sendTitle(String title, String subtitle, TitleTransition transition)
title - the title messagesubtitle - the subtitle messagetransition - the transition object for the titleCopyright © 2016. All rights reserved.