StatsLog.LogBinaryPushStateChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("logBinaryPushStateChanged", "(Ljava/lang/String;JII[J)Z", "", ApiSince=29)]
public static bool LogBinaryPushStateChanged (string trainName, long trainVersionCode, int options, int state, long[] experimentIds);
[<Android.Runtime.Register("logBinaryPushStateChanged", "(Ljava/lang/String;JII[J)Z", "", ApiSince=29)>]
static member LogBinaryPushStateChanged : string * int64 * int * int * int64[] -> bool
Parameters
- trainName
- String
- trainVersionCode
- Int64
- options
- Int32
- state
- Int32
- experimentIds
- Int64[]
Returns
- Attributes