AutoApi.NotificationsState.from_bin

You're seeing just the function from_bin, go back to AutoApi.NotificationsState module for more information.

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<1, 0, 20, 1, 0, 17, 110, 111, 116, 105, 102, 105, 99, 97, 116, 105, 111, 110, 32, 116, 101, 120, 116>> iex> AutoApi.NotificationsState.from_bin(bin) %AutoApi.NotificationsState{text: %AutoApi.Property{data: "notification text"}}