static public method UserKind.create

Brief

Creates a new instance of the class with a specified user type

Declaration

protojavascriptjavacsharp
public static create(kind : string) : UserKind

Parameters
kind

The user type as a string

Returns

The method returns an instance of the UserKind class

Details

See also: UserKind

Declared in UserKind

back