VrchatUserAgent class

A user agent that satisfies the VRChat guidelines

Applications must identify themselves properly using the User-Agent request header. Use this format: applicationName/Version contactInfo. For example: VRCAPIApp/1.5.1 contact@example.com. Failing to identify yourself clearly or identifying yourself improperly will result in moderation action.

Constructors

VrchatUserAgent({required String applicationName, required String version, required String contactInfo})
Constructor
const

Properties

applicationName String
The name of this application
final
contactInfo String
A way for the VRChat team to contact you about this application
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
The application version
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited