Enum ClientRemoveEventAllOfPayload.ReasonEnum

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ClientRemoveEventAllOfPayload.ReasonEnum>
    Enclosing class:
    ClientRemoveEventAllOfPayload

    public static enum ClientRemoveEventAllOfPayload.ReasonEnum
    extends java.lang.Enum<ClientRemoveEventAllOfPayload.ReasonEnum>
    The reason for which the client was removed. * `api` - The client was removed using the API. * `linkCancelled` - The user cancelled a channel link. * `linkFailed` - The client was removed after a channel link attempt failed. * `sdk` - The client was removed using the SDK. * `theft` - The client was transferred to another user due to a channel link.