Skip to content

XMediator::Api::UserProperties

Public Functions

Name
UserProperties(string userId =null, CustomProperties customProperties =null)
override bool Equals(object obj)
override int GetHashCode()
override string ToString()

Protected Functions

Name
bool Equals(UserProperties other)

Public Properties

Name
string UserId
CustomProperties CustomProperties

Public Functions Documentation

function UserProperties

UserProperties(
    string userId =null,
    CustomProperties customProperties =null
)

function Equals

override bool Equals(
    object obj
)

function GetHashCode

override int GetHashCode()

function ToString

override string ToString()

Protected Functions Documentation

function Equals

bool Equals(
    UserProperties other
)

Public Property Documentation

property UserId

string UserId;

property CustomProperties

CustomProperties CustomProperties;

Updated on 2024-10-03 at 21:09:07 +0000