C# Class CountlySDK.Segmentation

Show file Open project: Countly/countly-sdk-windows Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( string Key, string Value ) : void

Add new segmentation value

Segmentation ( ) : System.Collections.Generic

Method Details

Add() public method

Add new segmentation value
public Add ( string Key, string Value ) : void
Key string Segmenation key
Value string Segmenation value
return void

Segmentation() public method

public Segmentation ( ) : System.Collections.Generic
return System.Collections.Generic