org.milyn.useragent
Interface UAContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
MockUAContext

public interface UAContext
extends Serializable

Useragnet device context.

Provides access to information such as the useragent name and the useragent ProfileSet.

Author:
tfennelly

Method Summary
 String getCommonName()
          Get the useragent common name.
 ProfileSet getProfileSet()
          Get the ProfileSet for the device.
 

Method Detail

getCommonName

String getCommonName()
Get the useragent common name.

Returns:
The useragent common name.

getProfileSet

ProfileSet getProfileSet()
Get the ProfileSet for the device.

Returns:
The ProfileSet


Copyright © 2018. All rights reserved.