A short-hand to set a query which only discriminates on the channels to which a device is subscribed.
This is shorthand for:
This cannot be used in tandem with Query.
var push = new Push(); push.Query = ParseInstallation.Query.WhereKeyContainedIn("channels", channels);
Namespace: Parse
Assembly: Parse.WinRT (in Parse.WinRT.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Property Value
Type: IEnumerableStringSee Also