PinParams

public final class PinParams

channel pinned Operation Parameter.

Used for com.nexconn.chat.channel.BaseChannel.pin and com.nexconn.chat.channel.BaseChannel.unpin Method.

Usage Example:

val params = PinParams(updateOperationTime = true)
channel.pin(params) { result, error ->
if (error == null) {
// Pinned successfully
}
}

Parameters

updateOperationTime

Whether Update channel Operation timestamp stamp, Default true

Constructors

Link copied to clipboard
public PinParams PinParams(Boolean updateOperationTime)

Properties

Link copied to clipboard
private final Boolean updateOperationTime

Functions

Link copied to clipboard
public final Boolean getUpdateOperationTime()