docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConversationQueryOptions

    Options for GetConversationsAsync(ConversationQueryOptions) requests.

    Inheritance
    object
    ConversationQueryOptions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Unity.Services.Vivox
    Assembly: solution.dll
    Syntax
    public sealed class ConversationQueryOptions

    Properties

    Name Description
    CutoffTime

    This timestamp will make a GetConversationsAsync(ConversationQueryOptions) query return the results as they would be at a specific point in time. Any changes in what conversations the user is a part of or updates to existing conversations that would have happened after the cutoff time will be omitted from the results of the query.

    PageCursor

    The Page number you want to retrieve, 0-indexed Returns only the first page by default.

    PageSize

    The number of conversations that will be returned per page. A maximum value of 50 will be respected

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)