Packages

Elixir library for working with playfab

Current section

Files

Jump to
playfab_ex lib client advertising.ex
Raw

lib/client/advertising.ex

defmodule PlayfabEx.Client.Advertising do
use Interface
@doc """
Attributes an install for advertisment.
[online docs](https://api.playfab.com/documentation/client/method/AttributeInstall)
"""
@spec attribute_install(map()) :: {:ok, map} | {:error, String.t}
definterface attribute_install(params), to: (Application.get_env(:playfab_ex, PlayfabEx.Client.Advertising) || PlayfabEx.Client.Default.Advertising)
end