Struct google_firebasedynamiclinks1::AndroidInfo[][src]

pub struct AndroidInfo {
    pub android_package_name: Option<String>,
    pub android_fallback_link: Option<String>,
    pub android_link: Option<String>,
    pub android_min_package_version_code: Option<String>,
}

Android related attributes to the Dynamic Link.

This type is not used in any activity, and only used as part of another schema.

Fields

Android package name of the app.

Link to open on Android if the app is not installed.

If specified, this overrides the ‘link’ parameter on Android.

Minimum version code for the Android app. If the installed app’s version code is lower, then the user is taken to the Play Store.

Trait Implementations

impl Default for AndroidInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for AndroidInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AndroidInfo
[src]

Formats the value using the given formatter. Read more

impl Part for AndroidInfo
[src]

Auto Trait Implementations

impl Send for AndroidInfo

impl Sync for AndroidInfo