# Print output for @column tags ?> StatelessTemplate - Android SDK | Android Developers

Most visited

Recently visited

StatelessTemplate

public final class StatelessTemplate
extends ControlTemplate

java.lang.Object
   ↳ android.service.controls.templates.ControlTemplate
     ↳ android.service.controls.templates.StatelessTemplate


A template for a Control which has no state.

See also:

Summary

Inherited constants

Public constructors

StatelessTemplate(String templateId)

Construct a new StatelessTemplate

Public methods

int getTemplateType()

The TemplateType associated with this class.

Inherited methods

Public constructors

StatelessTemplate

public StatelessTemplate (String templateId)

Construct a new StatelessTemplate

Parameters
templateId String: the identifier for this template This value cannot be null.

Public methods

getTemplateType

public int getTemplateType ()

The TemplateType associated with this class.

Returns
int ControlTemplate#TYPE_STATELESS