Skip to main content

EOS_UserInfo_ExternalUserInfo

Type Alias EOS_UserInfo_ExternalUserInfo 

Source
pub type EOS_UserInfo_ExternalUserInfo = _tagEOS_UserInfo_ExternalUserInfo;
Expand description

Contains information about a single external user info.

Aliased Type§

#[repr(C)]
pub struct EOS_UserInfo_ExternalUserInfo { pub ApiVersion: i32, pub AccountType: i32, pub AccountId: *const u8, pub DisplayName: *const u8, pub DisplayNameSanitized: *const u8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_USERINFO_EXTERNALUSERINFO_API_LATEST.

§AccountType: i32

The type of the external account

§AccountId: *const u8

The ID of the external account. Can be null

§DisplayName: *const u8

The display name of the external account (un-sanitized). Can be null

§DisplayNameSanitized: *const u8

The display name of the external account (sanitized). Can be null