C# Class Segmentio.Model.ContextSegmentIO

Inheritance: Props
Mostra file Open project: Monkimun/segmentio-unity Class Usage Examples

Public Methods

Method Description
SetIp ( string ip ) : ContextSegmentIO

IP-v4 Address such as "12.212.12.49"

SetLanguage ( string language ) : ContextSegmentIO

IETF Language Tag, such as "en-us" http://en.wikipedia.org/wiki/IETF_language_tag

SetProviders ( Providers providers ) : ContextSegmentIO

Sets the enabled providers for this call.

Method Details

SetIp() public method

IP-v4 Address such as "12.212.12.49"
public SetIp ( string ip ) : ContextSegmentIO
ip string
return ContextSegmentIO

SetLanguage() public method

IETF Language Tag, such as "en-us" http://en.wikipedia.org/wiki/IETF_language_tag
public SetLanguage ( string language ) : ContextSegmentIO
language string Examples: "en-us" for America English or "pt-BR" for Brazilian Portuguese
return ContextSegmentIO

SetProviders() public method

Sets the enabled providers for this call.
public SetProviders ( Providers providers ) : ContextSegmentIO
providers Providers The container object for provider info
return ContextSegmentIO