UserFileMembershipInfo

public class UserFileMembershipInfo : Sharing.UserMembershipInfo

The information about a user member of the shared content with an appended last seen timestamp.

  • The UTC timestamp of when the user has last seen the content. Only populated if the user has seen the content and the caller has a plan that includes viewer history.

    Declaration

    Swift

    public let timeLastSeen: Date?
  • The platform on which the user has last seen the content, or unknown.

    Declaration

    Swift

    public let platformType: SeenState.PlatformType?